QtTaskTree::ExecutionMode Class
class QtTaskTree::ExecutionModeThe group element describing execution mode. More...
| Header: | #include <qtasktree.h> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS TaskTree)target_link_libraries(mytarget PRIVATE Qt6::TaskTree) |
| qmake: | QT += tasktree |
| 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.
© 2025 The Qt Company Ltd. 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.