Class promise_aa¶
suspend_always (initial) +suspend_always (final)
#include <return.h>
Inherited by the following classes: coro::enumerable::promise_type, passive_frame_t::promise_type
Public Functions¶
| Type | Name |
|---|---|
| suspend_always | final_suspend () noexcept suspend after return |
| suspend_always | initial_suspend () noexcept suspend after invoke |
Public Functions Documentation¶
function final_suspend¶
inline suspend_always promise_aa::final_suspend () noexcept
Returns:
suspend_always
function initial_suspend¶
inline suspend_always promise_aa::initial_suspend () noexcept
Returns:
suspend_always
The documentation for this class was generated from the following file interface/coroutine/return.h