Home
last modified time | relevance | path

Searched refs:with_awaitable_senders (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__with_awaitable_senders.hpp137 struct with_awaitable_senders : __with_awaitable_senders_base struct
143 static_assert(derived_from<_Promise, with_awaitable_senders>); in await_transform()
151 using __was::with_awaitable_senders;
H A D__p2300.hpp363 using with_awaitable_senders STDEXEC_STD_DEPRECATED = typedef
364 stdexec::with_awaitable_senders<_Promise>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp386 struct __promise : __promise_base<_Ty>, with_awaitable_senders<__promise>
465 return with_awaitable_senders<__promise>::await_transform( in await_transform()
H A Dat_coroutine_exit.hpp215 struct __promise : with_awaitable_senders<__promise>