fix exit crash bug

This commit is contained in:
UnknownObject
2026-09-11 17:12:18 +08:00
parent 5959a6edb8
commit 7e52c191ce
15 changed files with 174 additions and 1324 deletions
+1 -1
View File
@@ -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();