Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__sync_wait.hpp252 struct sync_wait_t struct
257 sync_wait_t, __early_domain_of_t<_Sender>, _Sender>
277 sync_wait_t,
280 tag_invoke_t(sync_wait_t, _Sender)>;
373 requires __callable<sync_wait_t, __result_of<into_variant, _Sender>>
378 sync_wait_t()(into_variant(static_cast<_Sender&&>(__sndr)))) in apply_sender()
387 using __sync_wait::sync_wait_t;
388 inline constexpr sync_wait_t sync_wait{};
H A D__p2300.hpp372 using sync_wait_t STDEXEC_STD_DEPRECATED = stdexec::sync_wait_t; typedef