using Ice::CtrlCHandlerCallback = std::function<void(int sig)> |
The function called by CtrlCHandler when it catches a signal.
This function must not throw exceptions. On Linux and macOS, this function is NOT a signal handler and can call functions that are not async-signal safe.
sig | The signal number that occurred. |
Definition at line 16 of file CtrlCHandler.h.