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.hpp45 struct promise_type struct
47 __task get_return_object() noexcept in get_return_object()
53 static std::suspend_never initial_suspend() noexcept in initial_suspend()
58 static std::suspend_never final_suspend() noexcept in final_suspend()
64 static void return_void() noexcept in return_void()
69 static void unhandled_exception() noexcept in unhandled_exception()
H A Dat_coroutine_exit.hpp152 using promise_type = __promise; typedef in exec::__at_coro_exit::__task
H A Dtask.hpp353 using promise_type = __promise; typedef in exec::__task::basic_task
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp106 using promise_type = stdexec::__t<__promise<_ReceiverId>>; typedef