Home
last modified time | relevance | path

Searched refs:wait_process_sender (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp81 struct wait_process_sender : public context_ref struct
85 explicit wait_process_sender(context& ctx) : context_ref(ctx) {} in wait_process_sender() argument
88 const wait_process_sender&, auto)
92 friend auto tag_invoke(execution::connect_t, wait_process_sender&& self, in tag_invoke()
106 co_await execution::transfer(wait_process_sender(ctx), in loop()