mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-18 16:19:25 +08:00
Update release
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user