Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__senders.hpp219 struct connect_t struct
222 static constexpr auto __check_signatures() -> bool in __check_signatures()
239 static constexpr auto __select_impl() noexcept in __select_impl()
292 using __select_impl_t = decltype(__select_impl<_Sender, _Receiver>());
306 using _TfxSender = __tfx_sender<_Sender, _Receiver>;
308 auto __domain = __get_late_domain(__sndr, __env);
364 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, R r) in tag_invoke()
H A Dtimer.hpp96 friend auto tag_invoke(execution::connect_t, sleep_sender&& self, R r) in tag_invoke()
H A Dfdio.hpp115 friend auto tag_invoke(execution::connect_t, fdio_sender&& self, R r) in tag_invoke()
H A Dmatch.hpp138 friend auto tag_invoke(execution::connect_t, match_sender&& self, R r) 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()