Searched defs:upon_stopped_t (Results 1 – 2 of 2) sorted by relevance
50 struct upon_stopped_t struct54 auto operator()(_Sender&& __sndr, _Fun __fun) const -> __well_formed_sender in operator ()()67 auto operator()(_Fun __fun) const -> __binder_back<upon_stopped_t, _Fun> in operator ()()72 using _Sender = __1;73 using _Fun = __0;74 using __legacy_customizations_t =
258 using upon_stopped_t STDEXEC_STD_DEPRECATED = stdexec::upon_stopped_t; typedef