Searched defs:sync_wait_t (Results 1 – 2 of 2) sorted by relevance
195 struct sync_wait_t { struct197 auto operator()(_Sender&& __sndr) const { in operator ()()275 auto apply_sender(_Sender&& __sndr) const -> std::optional<__sync_wait_result_t<_Sender>> { in apply_sender()
372 using sync_wait_t STDEXEC_STD_DEPRECATED = stdexec::sync_wait_t; typedef