Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__sync_wait.hpp195 struct sync_wait_t { struct
197 auto operator()(_Sender&& __sndr) const { in operator ()()
275 auto apply_sender(_Sender&& __sndr) const -> std::optional<__sync_wait_result_t<_Sender>> { in apply_sender()
H A D__p2300.hpp372 using sync_wait_t STDEXEC_STD_DEPRECATED = stdexec::sync_wait_t; typedef