删除多余线程,减少CPU支出

This commit is contained in:
hm
2022-07-18 01:23:55 +08:00
parent adf77ef3f6
commit 5a35692017
7 changed files with 168 additions and 20 deletions
+1
View File
@@ -86,6 +86,7 @@ void ThreadTemplet::pause()
}
void ThreadTemplet::process()//线程函数
{