![]() |
Qt 6.x
The Qt SDK
|
#include <QtConcurrent/qtconcurrent_global.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 <mutex>
Include dependency graph for qtconcurrentreducekernel.h:Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
| \macro QT_NAMESPACE | |
| namespace | QtConcurrent |
| \inmodule QtConcurrent | |
Enumerations | |
| enum | { QtConcurrent::ReduceQueueStartLimit = 20 , QtConcurrent::ReduceQueueThrottleLimit = 30 } |
| 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... | |