Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__start_detached.hpp129 struct start_detached_t { struct
137 void operator()(_Sender&& __sndr) const { in operator ()()
150 void operator()(_Sender&& __sndr, _Env&& __env) const { in operator ()()
159 void apply_sender(_Sender&& __sndr, _Env&& __env = {}) const noexcept(false) { in apply_sender()
H A D__p2300.hpp317 using start_detached_t STDEXEC_STD_DEPRECATED = stdexec::start_detached_t; typedef