Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__upon_stopped.hpp50 struct upon_stopped_t struct
54 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 =
H A D__p2300.hpp258 using upon_stopped_t STDEXEC_STD_DEPRECATED = stdexec::upon_stopped_t; typedef