c7255388e1
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.
59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="WorkerThreadPool" inherits="Object" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="add_group_task">
|
|
<return type="int" />
|
|
<argument index="0" name="action" type="Callable" />
|
|
<argument index="1" name="elements" type="int" />
|
|
<argument index="2" name="tasks_needed" type="int" default="-1" />
|
|
<argument index="3" name="high_priority" type="bool" default="false" />
|
|
<argument index="4" name="description" type="String" default="""" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="add_task">
|
|
<return type="int" />
|
|
<argument index="0" name="action" type="Callable" />
|
|
<argument index="1" name="high_priority" type="bool" default="false" />
|
|
<argument index="2" name="description" type="String" default="""" />
|
|
<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" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="is_task_completed" qualifiers="const">
|
|
<return type="bool" />
|
|
<argument index="0" name="task_id" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="wait_for_group_task_completion">
|
|
<return type="void" />
|
|
<argument index="0" name="group_id" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="wait_for_task_completion">
|
|
<return type="void" />
|
|
<argument index="0" name="task_id" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
</class>
|