Qt Concurrent C++ Classes▲
The Qt Concurrent module contains functionality to support concurrent execution of program code.
Namespaces▲
-
QtConcurrent: The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives.
Classes▲
-
QtConcurrent::QTaskBuilder: The QTaskBuilder class is used for adjusting task parameters.
Detailed Description▲
The Qt Concurrent page contains information about how to use the module.