|
|
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) |
|
|
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: