Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp104 struct match_operation : match_completion struct
106 match_operation(match& m, Receiver r) : in match_operation() argument
111 void complete(message_t&& msg) noexcept override final in complete()
116 void stop() noexcept override final in stop()
121 Receiver receiver;