idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches

Lightweight, copyable async completion tokens. More...

Namespaces

namespace  idfxx
 

Detailed Description

Lightweight, copyable async completion tokens.

Provides idfxx::future<T> — a std::shared_future-like handle for awaiting the result of an asynchronous operation. Components producing async results can expose them through a uniform interface regardless of the underlying completion mechanism (polling queues, condition variables, event groups, ...), and callers get a single, recognisable async API.