19 #ifndef MIRAL_SET_TERMINATOR_H 20 #define MIRAL_SET_TERMINATOR_H 24 namespace mir {
class Server; }
47 #endif //MIRAL_SET_TERMINATOR_H AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: blob.h:26
std::function< void(int signal)> Terminator
Definition: set_terminator.h:35
void operator()(mir::Server &server) const
SetTerminator(Terminator const &terminator)
Set handler for termination requests. terminator will be called following receipt of SIGTERM or SIGIN...
Definition: set_terminator.h:32
Mir Abstraction Layer.
Definition: add_init_callback.h:26