|
SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
This is the complete list of members for swt::Promise< void >, including all inherited members.
| catchError(std::shared_ptr< SLLooper > &looper_, F func) -> Promise< void > | swt::Promise< void > | |
| operator()() | swt::Promise< void > | inline |
| Promise() | swt::Promise< void > | |
| set_exception(std::exception_ptr exception) | swt::Promise< void > | |
| set_value() | swt::Promise< void > | |
| then(std::shared_ptr< SLLooper > &looper_, F func) -> Promise< std::invoke_result_t< F > > | swt::Promise< void > |