Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtconcurrentreducekernel.h File Reference

(936e72d18075b79c8d29353618dfbd052ae59dae)

#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.

Classes

struct  QtPrivate::SequenceHolder< Sequence >
 
class  QtConcurrent::IntermediateResults< T >
 
class  QtConcurrent::ReduceKernel< ReduceFunctor, ReduceResultType, T >
 \inmodule QtConcurrent More...
 
class  QtConcurrent::SequenceHolder2< Sequence, Base, Functor1, Functor2 >
 \inmodule QtConcurrent More...
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 
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...