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__start_detached.hpp61 struct __operation : __immovable { struct
62 using _Sender = __cvref_t<_SenderId>;
63 using _Env = __t<_EnvId>;
65 explicit __operation(connect_t, _Sender&& __sndr, _Env __env) in __operation() function
70 explicit __operation(_Sender&& __sndr, _Env __env) in __operation() argument
78 static void __destroy_delete(__operation* __self) noexcept { in __destroy_delete()
92 struct __receiver {
H A D__run_loop.hpp52 struct __operation { struct
53 using _Receiver = stdexec::__t<_ReceiverId>;
55 struct __t : __task {
107 using __operation = stdexec::__t<__operation<stdexec::__id<_Receiver>>>; typedef
H A D__connect_awaitable.hpp93 struct __operation { struct
94 struct __t : __operation_base {
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp74 struct __operation { struct
75 using _Default = stdexec::__t<_DefaultId>;
76 using _Receiver = stdexec::__t<_ReceiverId>;
78 struct __t : __immovable {
H A Dany_sender_of.hpp935 struct __operation { struct
936 using _Receiver = stdexec::__t<_ReceiverId>;
938 class __t : public __operation_base<_Receiver> {
964 struct __operation<_ReceiverId, false> { struct
965 using _Receiver = stdexec::__t<_ReceiverId>;
967 class __t {