Qt Concurrent C++ Classes

The Qt Concurrent module contains functionality to support concurrent execution of program code. More...

Namespaces

QtConcurrent

High-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives

Classes

Detailed Description

The Qt Concurrent module extends the basic threading support found in Qt Core module and simplifies the development of code that can be executed in parallel on all available CPU cores.