Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp481 struct __task_awaitable struct in exec::__task::basic_task
483 __coro::coroutine_handle<__promise> __coro_;
484 __optional<awaiter_context_t<__promise, _ParentPromise>> __context_{};
486 ~__task_awaitable() in ~__task_awaitable()
492 static constexpr auto await_ready() noexcept -> bool in await_ready()
498 auto await_suspend( in await_suspend()
518 auto await_resume() -> _Ty in await_resume()