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


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