Searched defs:FinalAwaiter (Results 1 – 3 of 3) sorted by relevance
8 struct FinalAwaiter { struct9 bool await_ready() const noexcept { return false; } in await_ready()11 std::coroutine_handle<> await_suspend(std::coroutine_handle<PromiseType> h) noexcept { in await_suspend()16 void await_resume() noexcept {} in await_resume()
9 struct FinalAwaiter { struct10 bool await_ready() const noexcept { return false; } in await_ready()12 std::coroutine_handle<> await_suspend(std::coroutine_handle<PromiseType> h) noexcept { in await_suspend()15 void await_resume() noexcept {} in await_resume()
8 struct FinalAwaiter { struct9 bool await_ready() const noexcept { return false; } in await_ready()11 std::coroutine_handle<> await_suspend(std::coroutine_handle<PromiseType> h) noexcept { in await_suspend()14 void await_resume() noexcept {} in await_resume()