Home
last modified time | relevance | path

Searched defs:connect_t (Results 1 – 7 of 7) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__senders.hpp218 struct connect_t struct
221 static constexpr auto __check_signatures() -> bool in __check_signatures()
238 static constexpr auto __select_impl() noexcept in __select_impl()
291 using __select_impl_t = decltype(__select_impl<_Sender, _Receiver>());
307 using _TfxSender = __tfx_sender<_Sender, _Receiver>;
309 auto __domain = __get_late_domain(__sndr, __env);
365 static constexpr auto query(forwarding_query_t) noexcept -> bool in query()
H A D__p2300.hpp211 using connect_t STDEXEC_STD_DEPRECATED = stdexec::connect_t; typedef
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp146 friend auto tag_invoke(execution::connect_t, callback_sender&& self, in tag_invoke()
H A Dtimer.hpp96 friend auto tag_invoke(execution::connect_t, sleep_sender&& self, in tag_invoke()
H A Dmatch.hpp138 friend auto tag_invoke(execution::connect_t, match_sender&& self, in tag_invoke()
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp92 friend auto tag_invoke(execution::connect_t, wait_process_sender&& self, in tag_invoke()
/openbmc/pldm/requester/
H A Dhandler.hpp623 friend auto tag_invoke(stdexec::connect_t, SendRecvMsgSender&& self, R r) in tag_invoke()