QtTaskTree::ExecutionMode Class
class QtTaskTree::ExecutionModeThe group element describing execution mode. More...
| Header: | #include <qtasktree.h> |
| Inherits: | QtTaskTree::GroupItem |
| Inherited By: |
Note: All functions in this class are reentrant.
Detailed Description
The execution mode element in a Group specifies how the direct child tasks of the Group are started.
For convenience, you can use the sequential, parallel, parallelIdealThreadCountLimit, or ParallelLimit elements instead.
In all execution modes, a group starts tasks in the order in which they appear.
If a child of a group is also a group, the child group runs its tasks according to its own execution mode.
See also sequential, parallel, parallelIdealThreadCountLimit, and ParallelLimit.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.