Update release

This commit is contained in:
vczh
2022-12-09 16:33:25 -08:00
parent d31e9a5d4c
commit 03a5ee8544
123 changed files with 6883 additions and 6272 deletions
+1 -1
View File
@@ -1269,7 +1269,7 @@ ThreadPoolLite
return false;
}
auto task = MakePtr<ThreadPoolTask>();
auto task = Ptr(new ThreadPoolTask);
task->task = proc;
*threadPoolData->taskEnd = task;
threadPoolData->taskEnd = &task->next;