Struct Task::Awaiter¶ Defined in File task.h 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¶