![]() |
Qt 4.8
|
#include <QtCore/qglobal.h>#include <QtCore/qatomic.h>#include <QtCore/qlist.h>#include <QtCore/qmap.h>#include <QtCore/qmutex.h>#include <QtCore/qthread.h>#include <QtCore/qthreadpool.h>#include <QtCore/qvector.h>Go to the source code of this file.
Namespaces | |
| QtConcurrent | |
| The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives. | |
Enumerations | |
| enum | QtConcurrent::ReduceOption { QtConcurrent::UnorderedReduce = 0x1, QtConcurrent::OrderedReduce = 0x2, QtConcurrent::SequentialReduce = 0x4 } |
| This enum specifies the order of which results from the map or filter function are passed to the reduce function. More... | |