Searched defs:as_awaitable_t (Results 1 – 2 of 2) sorted by relevance
226 struct as_awaitable_t struct229 static constexpr auto __select_impl_() noexcept in __select_impl_()259 using __select_impl_t = decltype(__select_impl_<_Tp, _Promise>());262 auto operator()(_Tp&& __t, _Promise& __promise) const in operator ()()
357 using as_awaitable_t STDEXEC_STD_DEPRECATED = stdexec::as_awaitable_t; typedef