![]() |
Qt 6.x
The Qt SDK
|
#include <QtConcurrent/qtconcurrentcompilertest.h>
#include <QtConcurrent/qtconcurrentrunbase.h>
#include <QtConcurrent/qtconcurrentstoredfunctioncall.h>
Go to the source code of this file.
Namespaces | |
namespace | QtConcurrent |
\inmodule QtConcurrent | |
Functions | |
template<class Function , class ... Args> | |
auto | QtConcurrent::run (QThreadPool *pool, Function &&f, Args &&...args) |
template<class Function , class ... Args> | |
auto | QtConcurrent::run (QThreadPool *pool, std::reference_wrapper< const Function > &&functionWrapper, Args &&...args) |
template<class Function , class ... Args> | |
auto | QtConcurrent::run (Function &&f, Args &&...args) |
template<class PromiseType , class Function , class ... Args> | |
auto | QtConcurrent::run (QThreadPool *pool, Function &&f, Args &&...args) |
template<class PromiseType , class Function , class ... Args> | |
auto | QtConcurrent::run (Function &&f, Args &&...args) |