![]() |
QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
|
#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 <QtCore/qvector.h>
Go to the source code of this file.
Classes | |
class | QtConcurrent::IntermediateResults< T > |
class | QtConcurrent::ReduceKernel< ReduceFunctor, ReduceResultType, T > |
class | QtConcurrent::SequenceHolder2< Sequence, Base, Functor1, Functor2 > |
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::ReduceQueueStartLimit = 20, QtConcurrent::ReduceQueueThrottleLimit = 30 } |
enum | QtConcurrent::ReduceOption { QtConcurrent::UnorderedReduce = 0x1, QtConcurrent::OrderedReduce = 0x2, QtConcurrent::SequentialReduce = 0x4 } |