fix exit crash bug
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public:
|
||||
|
||||
public:
|
||||
void Run(int worker_thread = 1, int loop_thread = 1);
|
||||
void ThreadRun(int worker_thread = 1, int loop_thread = 1);
|
||||
bool ThreadRun(int worker_thread = 1, int loop_thread = 1);
|
||||
void Stop();
|
||||
bool Running();
|
||||
void UpdateProcessor();
|
||||
|
||||
Reference in New Issue
Block a user