SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
swt::Promise< tValue > Member List

This is the complete list of members for swt::Promise< tValue >, including all inherited members.

catchError(std::shared_ptr< SLLooper > &looper_, F func) -> Promise< tValue >swt::Promise< tValue >
operator()(tValue value)swt::Promise< tValue >inline
Promise()swt::Promise< tValue >
set_exception(std::exception_ptr exception)swt::Promise< tValue >
set_value(tValue value)swt::Promise< tValue >
then(std::shared_ptr< SLLooper > &looper_, F func) -> Promise< std::invoke_result_t< F, tValue > >swt::Promise< tValue >