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.hpp100 struct match_operation : match_completion struct
102 match_operation(match& m, Receiver r) : in match_operation() argument
107 void complete(message_t&& msg) noexcept override final in complete()
112 void stop() noexcept override final in stop()
117 Receiver receiver;