|
|
void | return_value (std::convertible_to< value_type > auto &&new_value) noexcept |
|
void | unhandled_exception () noexcept |
|
std::suspend_always | final_suspend () noexcept |
|
scoped_task | get_return_object () noexcept |
| std::suspend_never | initial_suspend () noexcept |
| | Before we enter the coroutine, allow the caller to set the callback.
|
|
|
notifier_type | notifier |
|
std::optional< value_type > | value = {} |
|
std::exception_ptr | exception = nullptr |
◆ initial_suspend()
template<typename T = void>
Before we enter the coroutine, allow the caller to set the callback.
The documentation for this struct was generated from the following file: