Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp39 struct promise_type { struct
40 __task get_return_object() noexcept { in get_return_object()
44 static std::suspend_never initial_suspend() noexcept { in initial_suspend()
48 static std::suspend_never final_suspend() noexcept { in final_suspend()
53 static void return_void() noexcept { in return_void()
57 static void unhandled_exception() noexcept { in unhandled_exception()
H A Dat_coroutine_exit.hpp131 using promise_type = __promise; typedef in exec::__at_coro_exit::__task
H A Dtask.hpp325 using promise_type = __promise; typedef in exec::__task::basic_task
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp95 using promise_type = stdexec::__t<__promise<_ReceiverId>>; typedef