Futures Library: Future options
Traits to define basic_future types.
Classes
| Classes | Description |
|---|---|
| executor_opt | Future option to identify the executor to be used by a future. (struct) |
| continuable_opt | Future option to determine the future is continuable. (struct) |
| stoppable_opt | Future option to determine the future is stoppable. (struct) |
| always_detached_opt | Future option to determine the future is always_detached. (struct) |
| always_deferred_opt | Future option to determine the future is always_deferred. (struct) |
| deferred_function_opt | Type of the deferred function. (struct) |
| shared_opt | Future option to determine the future is shared. (struct) |
Types
| Member Types | Definition |
|---|---|
| future_options | /* see documentation below */(using) |
Types
using future_options
Defined in header <futures/future_options.hpp>
template <class... Args>
using future_options = /* see below */;
Updated on 2023-01-04