Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp96 struct __schedule_task { struct
97 using __t = __schedule_task;
98 using __id = __schedule_task;
99 using sender_concept = sender_t;
100 using completion_signatures = stdexec::completion_signatures<
107 using __operation = stdexec::__t<__operation<stdexec::__id<_Receiver>>>;
110 auto connect(_Receiver __rcvr) const -> __operation<_Receiver> { in connect()
117 struct __env {
129 explicit __schedule_task(run_loop* __loop) noexcept in __schedule_task() argument
133 run_loop* const __loop_;
[all …]