Class promise_nn¶
suspend_never
(initial) +suspend_never
(final)
#include <return.h>
Inherited by the following classes: null_frame_promise
Public Functions¶
Type | Name |
---|---|
suspend_never | final_suspend () noexcept destroy coroutine frame after return |
suspend_never | initial_suspend () noexcept no suspend after invoke |
Public Functions Documentation¶
function final_suspend¶
inline suspend_never promise_nn::final_suspend () noexcept
Returns:
suspend_never
function initial_suspend¶
inline suspend_never promise_nn::initial_suspend () noexcept
Returns:
suspend_never
The documentation for this class was generated from the following file interface/coroutine/return.h