Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__submit.hpp107 struct __operation struct
109 using _Sender = stdexec::__t<_SenderId>;
110 using _Receiver = stdexec::__t<_ReceiverId>;
111 using __receiver_t = __receiver<__ref_t<__operation>>;
115 connect_result_t<_Sender, __receiver_t> __op_state_;
117 __operation(_Sender&& __sndr, _Receiver __rcvr) : in __operation() argument
H A D__run_loop.hpp58 struct __operation struct
60 using _Receiver = stdexec::__t<_ReceiverId>;
62 struct __t : __task
124 using __operation = typedef
H A D__connect_awaitable.hpp102 struct __operation struct
104 struct __t : __operation_base
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp83 struct __operation struct
85 using _Default = stdexec::__t<_DefaultId>;
86 using _Receiver = stdexec::__t<_ReceiverId>;
88 struct __t : __immovable
H A Dany_sender_of.hpp1061 struct __operation struct
1063 using _Receiver = stdexec::__t<_ReceiverId>;
1065 class __t : public __operation_base<_Receiver>
1093 struct __operation<_ReceiverId, false> struct
1095 using _Receiver = stdexec::__t<_ReceiverId>;
1097 class __t