futures::continuable_opt
Futures / Future options / continuable_opt
Defined in header <futures/future_options_args.hpp>
struct continuable_opt;
Future option to determine the future is continuable.
Description
The operation state of a continuable futures holds a list of continuations to the task related to that future. The continuations are executed as soon as the future main task is ready.
Updated on 2023-01-04