|
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::State< tValue >, including all inherited members.
| setContinuation(std::shared_ptr< SLLooper > &looper_, F &&continuation) | swt::State< tValue > | |
| setErrorHandler(std::shared_ptr< SLLooper > &looper_, F &&errorHandler) | swt::State< tValue > | |
| setException(std::exception_ptr exception) | swt::State< tValue > | |
| setValue(tValue &&value) | swt::State< tValue > | |
| State() | swt::State< tValue > | inline |
| ~State() | swt::State< tValue > | inline |