|
drogon
C++14/17-based HTTP application framework
|
An awaiter for Task::promise_type::final_suspend(). Transfer execution back to the coroutine who is co_awaiting this Task. More...
#include <drogon/utils/coroutine.h>
Public Member Functions | |
| bool | await_ready () noexcept |
| template<typename T> | |
| auto | await_suspend (std::coroutine_handle< T > handle) noexcept |
| void | await_resume () noexcept |
An awaiter for Task::promise_type::final_suspend(). Transfer execution back to the coroutine who is co_awaiting this Task.