|
drogon
C++14/17-based HTTP application framework
|


Public Member Functions | |
| LoopAwaiter (trantor::EventLoop *workLoop, std::function< void()> &&taskFunc, trantor::EventLoop *resumeLoop=nullptr) | |
| void | await_suspend (std::coroutine_handle<> handle) |
| Public Member Functions inherited from drogon::CallbackAwaiter< void > | |
| bool | await_ready () noexcept |
| void | await_resume () noexcept(false) |
| bool | hasException () const noexcept |
Additional Inherited Members | |
| Protected Member Functions inherited from drogon::CallbackAwaiter< void > | |
| void | setException (const std::exception_ptr &e) |
| void | setValue (const void &v) |