Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp121 struct match_sender struct
123 using sender_concept = execution::sender_t;
126 explicit match_sender(match& m) noexcept : m(m) {}; in match_sender() argument
134 auto connect(R r) -> match_operation<R> in connect()
140 match& m;