QtConcurrent Namespace
The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives. More...
Header: | #include <QtConcurrent> |
qmake: | QT += concurrent |
Since: | Qt 4.4 |
Functions
bool | selectIteration(int) |
Detailed Description
The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives.
See the Qt Concurrent module documentation for an overview of available functions, or see below for detailed information on each function.