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(std::bidirectional_iterator_tag)
bool selectIteration(std::forward_iterator_tag)
bool selectIteration(std::random_access_iterator_tag)

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.

Namespaces

Classes

Type Documentation

Variable Documentation

Static Variables

Function Documentation

bool QtConcurrent::selectIteration(std::bidirectional_iterator_tag)

bool QtConcurrent::selectIteration(std::forward_iterator_tag)

bool QtConcurrent::selectIteration(std::random_access_iterator_tag)

Macro Documentation