Update release

This commit is contained in:
vczh
2023-07-06 01:50:42 -07:00
parent 7628e8ab1c
commit c1012a8666
41 changed files with 2626 additions and 2137 deletions
+1
View File
@@ -1298,6 +1298,7 @@ ThreadPoolLite
}
threadPoolData->taskFinishEvent.Wait();
// TODO: (enumerable) foreach
for (vint i = 0; i < threadPoolData->taskThreads.Count(); i++)
{
auto thread = threadPoolData->taskThreads[i];