drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::Task< void >::promise_type Struct Reference

Public Member Functions

Task get_return_object ()
std::suspend_always initial_suspend ()
void return_void ()
auto final_suspend () noexcept
void unhandled_exception ()
void result ()
void setContinuation (std::coroutine_handle<> handle)
void return_value (const void &v)

Public Attributes

std::exception_ptr exception_
std::coroutine_handle continuation_ {std::noop_coroutine()}
std::optional< void > value

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