Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__shared.hpp67 struct __notify_fn { struct
69 void operator()(_Tag __tag, _Args&&... __args) const noexcept { in operator ()()
73 _Receiver& __rcvr_;
84 using __notify_fn = void(__local_state_base*) noexcept; typedef