-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Lines 24 to 29 in 477e2a1
// TODO: Use better way to share these code | |
static std::atomic<bool> quit(false); | |
void register_signal(int); | |
void quit_handler(int); |