|
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::TaskPromise< T >, including all inherited members.
| addContinuation(std::coroutine_handle<> continuation) | swt::TaskPromise< T > | inline |
| final_suspend() noexcept | swt::TaskPromise< T > | inline |
| get_return_object() | swt::TaskPromise< T > | inline |
| getResult() | swt::TaskPromise< T > | inline |
| Handle typedef | swt::TaskPromise< T > | |
| initial_suspend() noexcept | swt::TaskPromise< T > | inline |
| isReady() const noexcept | swt::TaskPromise< T > | inline |
| return_value(T value) | swt::TaskPromise< T > | inline |
| unhandled_exception() | swt::TaskPromise< T > | inline |