Searched defs:FunctionWrapperWithNotification (Results 1 – 1 of 1) sorted by relevance
17 template <typename Function, typename... Args> struct FunctionWrapperWithNotification struct19 static void run(Notification* n, Function f, Args... args) { in run()