Searched defs:final_awaiter (Results 1 – 4 of 4) sorted by relevance
14 struct final_awaiter { struct16 bool await_ready() noexcept { in await_ready()19 void await_suspend(std::coroutine_handle<>) noexcept {} in await_suspend()20 void await_resume() noexcept {} in await_resume()
13 struct final_awaiter { struct14 bool await_ready() noexcept { return false; } in await_ready()15 std::coroutine_handle<> await_suspend(std::coroutine_handle<promise_type> h) noexcept { in await_suspend()19 void await_resume() noexcept {} in await_resume()
14 struct final_awaiter: std::suspend_always { struct15 auto await_suspend(std::coroutine_handle<promise_type> me) const noexcept { in await_suspend()
15 struct final_awaiter { struct16 bool await_ready() noexcept { return false; } in await_ready()17 coroutine_handle<> await_suspend(coroutine_handle<promise_type> h) noexcept { in await_suspend()21 void await_resume() noexcept {} in await_resume()