Searched refs:connect_t (Results 1 – 10 of 10) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __execution_fwd.hpp | 164 struct connect_t; 167 using __connect::connect_t; 168 extern const connect_t connect; 171 using connect_result_t = __call_result_t<connect_t, _Sender, _Receiver>; 175 __nothrow_callable<connect_t, _Sender, _Receiver>;
|
H A D | __senders.hpp | 213 concept __with_tag_invoke = tag_invocable<connect_t, _Sender, _Receiver>; 218 struct connect_t struct 270 tag_invoke_result_t<connect_t, _TfxSender, _Receiver>; in __select_impl() 273 nothrow_tag_invocable<connect_t, _TfxSender, _Receiver>; in __select_impl() 337 tag_invoke_result_t<connect_t, _TfxSender, _Receiver>>, 341 connect_t(), 372 using __connect::connect_t; 373 inline constexpr __connect::connect_t connect{};
|
H A D | __p2300.hpp | 211 using connect_t STDEXEC_STD_DEPRECATED = stdexec::connect_t; typedef 213 inline constexpr stdexec::connect_t connect{};
|
H A D | __cpo.hpp | 131 using stdexec::connect_t;
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | callback.hpp | 146 friend auto tag_invoke(execution::connect_t, callback_sender&& self, in tag_invoke() argument
|
H A D | timer.hpp | 96 friend auto tag_invoke(execution::connect_t, sleep_sender&& self, in tag_invoke() argument
|
H A D | match.hpp | 138 friend auto tag_invoke(execution::connect_t, match_sender&& self, in tag_invoke() argument
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 92 friend auto tag_invoke(execution::connect_t, wait_process_sender&& self, in tag_invoke() argument
|
/openbmc/pldm/requester/ |
H A D | handler.hpp | 623 friend auto tag_invoke(stdexec::connect_t, SendRecvMsgSender&& self, R r) in tag_invoke() argument
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | sequence_senders.hpp | 474 connect_t{},
|