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.hpp114 struct __schedule_task struct
116 using __t = __schedule_task;
117 using __id = __schedule_task;
118 using sender_concept = sender_t;
119 using completion_signatures = stdexec::completion_signatures<
124 using __operation =
128 auto connect(_Receiver __rcvr) const -> __operation<_Receiver> in connect()
137 struct __env
152 explicit __schedule_task(run_loop* __loop) noexcept : in __schedule_task() argument
156 run_loop* const __loop_;
[all …]