Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__execute.hpp32 struct execute_t { struct
35 void operator()(_Scheduler&& __sched, _Fun __fun) const noexcept(false) { in operator ()()
46 void apply_sender(_Sender&& __sndr, _Fun __fun) const noexcept(false) { in apply_sender()
H A D__p2300.hpp351 using execute_t STDEXEC_STD_DEPRECATED = stdexec::execute_t; typedef