Portable concurrency
0.11.0
|
▼Nportable_concurrency | The library public namespace |
▼Ncxx14_v1 | |
Cfuture | The class template future provides a mechanism to access the result of asynchronous operations |
Clatch | |
Cpromise | The class template promise is a simpliest write end of a future |
Cshared_future | The class template shared_future provides a mechanism to access the result of asynchronous operations |
Ctimed_waiter | Class to wait on future or shared_future with timeout |
Cunique_function< R(A...)> | Move-only type erasure for arbitrary callable object |
Cwhen_any_result | |
Cfuture | The class template future provides a mechanism to access the result of asynchronous operations |
Cinplace_executor_t | Trivial executor which evaluates task immediattely in the invocation thread |
Cis_executor | Trait which can be specialized for user provided types to enable using them as executors |
Clatch | |
Cpromise | The class template promise is a simpliest write end of a future |
Cshared_future | The class template shared_future provides a mechanism to access the result of asynchronous operations |
Ctimed_waiter | Class to wait on future or shared_future with timeout |
Cunique_function< R(A...)> | Move-only type erasure for arbitrary callable object |
Cwhen_any_result |