mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove ThreadWorkPool, replace by WorkerThreadPool
The former needs to be allocated once per usage. The later is shared for all threads, which is more efficient. It can also be better debugged.
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_group_processed_element_count" qualifiers="const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="group_id" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_group_task_completed" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="group_id" type="int" />
|
||||
|
||||
Reference in New Issue
Block a user