|
olp-cpp-sdk
1.23.1
|
This is the complete list of members for olp::thread::Continuation< ResultType >, including all inherited members.
| CancelToken() | olp::thread::Continuation< ResultType > | |
| Continuation()=default | olp::thread::Continuation< ResultType > | |
| Continuation(std::shared_ptr< thread::TaskScheduler > scheduler, ExecutionContext context, ContinuationTaskType task) | olp::thread::Continuation< ResultType > | |
| Continuation(ContinuationImplType continuation) | olp::thread::Continuation< ResultType > | |
| Finally(FinallyCallbackType finally_callback) | olp::thread::Continuation< ResultType > | |
| Run() | olp::thread::Continuation< ResultType > | |
| Then(Callable task) | olp::thread::Continuation< ResultType > | |
| Then(std::function< void(ExecutionContext, ResultType, std::function< void(NewType)>)> execution_func) | olp::thread::Continuation< ResultType > |