Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp37 struct __promise_base struct
39 initial_suspendstdexec::__connect_awaitable_::__promise_base initial_suspend() argument
44 final_suspendstdexec::__connect_awaitable_::__promise_base final_suspend() argument
49 unhandled_exceptionstdexec::__connect_awaitable_::__promise_base unhandled_exception() argument
54 return_voidstdexec::__connect_awaitable_::__promise_base return_void() argument
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp297 struct __promise_base struct
299 void return_value(_Ty value) in return_value()
304 __variant_for<_Ty, std::exception_ptr> __data_{};
308 struct __promise_base<void> struct
310 struct __void
313 void return_void() in return_void()
318 __variant_for<__void, std::exception_ptr> __data_{};