futures/future_options_args.hpp
Arguments for future options.
#include <futures/future_options_args.hpp>
Namespaces
| Name | Description |
|---|---|
| futures | Main library namespace. |
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) |
Description
This file defines objects arguments we can use in future options to determine the compile-time properties of a future type.
Updated on 2023-01-04