Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp479 struct subscribe_t { struct
481 using __tfx_sequence_t = __tfx_sequence_t<_Sequence, env_of_t<_Receiver>>;
484 static constexpr auto __select_impl() noexcept { in __select_impl()
543 using __select_impl_t = decltype(__select_impl<_Sequence, _Receiver>());
546 auto operator()(_Sequence&& __sequence, _Receiver&& __rcvr) const in operator ()()
592 static constexpr auto query(stdexec::forwarding_query_t) noexcept -> bool { in query()