19 #ifndef MIR_TEST_CROSS_PROCESS_ACTION_H_ 20 #define MIR_TEST_CROSS_PROCESS_ACTION_H_ 35 void exec(std::function<
void()>
const& f);
36 void operator()(std::chrono::milliseconds timeout = std::chrono::milliseconds{-1});
AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: sw_splash.h:26
void exec(std::function< void()> const &f)
Definition: cross_process_action.h:32
Definition: cross_process_sync.h:30
void operator()(std::chrono::milliseconds timeout=std::chrono::milliseconds{-1})