Class std::suspend_always¶
Class List > std > suspend_always
#include <frame.h>
Public Functions¶
Type | Name |
---|---|
constexpr bool | await_ready () noexcept const |
constexpr void | await_resume () noexcept const |
constexpr void | await_suspend (coroutine_handle< void >) noexcept const |
Public Functions Documentation¶
function await_ready¶
inline constexpr bool std::suspend_always::await_ready () noexcept const
function await_resume¶
inline constexpr void std::suspend_always::await_resume () noexcept const
function await_suspend¶
inline constexpr void std::suspend_always::await_suspend (
coroutine_handle < void >
) noexcept const
The documentation for this class was generated from the following file interface/coroutine/frame.h