![]() |
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/qthreadpool.h>#include <QtCore/qfuture.h>#include <QtCore/qexception.h>#include <QtCore/qwaitcondition.h>#include <QtCore/qatomic.h>#include <QtCore/qsemaphore.h>Go to the source code of this file.
Classes | |
| class | QtConcurrent::ThreadEngineBarrier |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineBase |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngine< T > |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineStarterBase< T > |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineStarter< T > |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineStarter< void > |
Namespaces | |
| namespace | QtConcurrent |
| \inmodule QtConcurrent | |
Enumerations | |
| enum | QtConcurrent::ThreadFunctionResult { QtConcurrent::ThrottleThread , QtConcurrent::ThreadFinished } |
Functions | |
| template<typename ThreadEngine> | |
| ThreadEngineStarter< typename ThreadEngine::ResultType > | QtConcurrent::startThreadEngine (ThreadEngine *threadEngine) |
| [qtconcurrentthreadengine-1] | |