mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
added SIGINT and SIGTERM handling to unix client and server.
either signal causes the main thread to be cancelled. added necessary code to make main thread cancellation clean up nicely.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef CTHREAD_H
|
||||
#define CTHREAD_H
|
||||
|
||||
#include "common.h"
|
||||
#include "BasicTypes.h"
|
||||
|
||||
class IJob;
|
||||
class CThreadRep;
|
||||
|
||||
Reference in New Issue
Block a user