![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
Go to the source code of this file.
Namespaces | |
namespace | QtPrivate |
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... | |