drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::final_awaiter Struct Reference

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

Detailed Description

An awaiter for Task::promise_type::final_suspend(). Transfer execution back to the coroutine who is co_awaiting this Task.


The documentation for this struct was generated from the following file: