Home
last modified time | relevance | path

Searched defs:__final_awaitable (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp165 struct __final_awaitable { struct in exec::__at_coro_exit::__task
166 static constexpr auto await_ready() noexcept -> bool { in await_ready()
170 static auto await_suspend(__coro::coroutine_handle<__promise> __h) noexcept in await_suspend()
178 void await_resume() const noexcept { in await_resume()
H A Dtask.hpp340 struct __final_awaitable { struct in exec::__task::basic_task
341 static constexpr auto await_ready() noexcept -> bool { in await_ready()
345 static auto await_suspend(__coro::coroutine_handle<__promise> __h) noexcept in await_suspend()
350 static void await_resume() noexcept { in await_resume()