AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Handle termination signals. More...
#include "SignalHandler.h"
Public Member Functions | |
bool | handle_signal (int sig, void(*func)(int)) |
~SignalHandler () | |
Private Attributes | |
std::unordered_set< int > | _handled |
std::mutex | _mutex |
Handle termination signals.
|
inline |
References _handled.
|
inline |
|
private |
Referenced by handle_signal(), and ~SignalHandler().
|
mutableprivate |
Referenced by handle_signal().