Struct Task::Awaiter

Nested Relationships

This struct is a nested type of Template Class Task.

Struct Documentation

struct Awaiter

Public Functions

inline bool await_ready() noexcept
inline auto await_suspend(std::coroutine_handle<> calling) noexcept
template<typename T = Result>
inline void await_resume() noexcept
template<typename T = Result>
inline T await_resume() noexcept

Public Members

std::coroutine_handle<Promise> handle