QThreadFunctionBase Class
A base class for QThreadFunction class template. More...
| Header: | #include <qthreadfunctiontask.h> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS TaskTree)target_link_libraries(mytarget PRIVATE Qt6::TaskTree) |
| qmake: | QT += tasktree |
| Since: | Qt 6.11 |
| Inherits: | QObject |
| Inherited By: | |
| Status: | Technical Preview |
Note: All functions in this class are reentrant.
Static Public Members
| void | syncAll() |
Member Function Documentation
[static] void QThreadFunctionBase::syncAll()
This method should be called on application quit to synchronize the finalization of all still possibly running functions that were started via QThreadFunction. The call has to be executed from the main thread.
See also QThreadFunction::setAutoDelayedSync().
© 2026 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.