hmbdc
simplify-high-performance-messaging-programming
|
provides functions to handle signals More...
#include <Signals.hpp>
Static Public Member Functions | |
static void | onTermIntDo (std::function< void()> doThis) |
specfy what to do when SIGTERM or SIGINT is received More... | |
provides functions to handle signals
|
inlinestatic |
specfy what to do when SIGTERM or SIGINT is received
will install signal handlers - might make previous installed handlers not working, so don't call this more than once
doThis | a function<void()> or more lkely a lambda specifying what to do |