![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <concurrentcall.h>
Public Member Functions | |
| ConcurrentCall ()=default | |
| template<typename Function, typename ... Args> | |
| void | setConcurrentCallData (Function &&function, Args &&...args) |
| void | setThreadPool (QThreadPool *pool) |
| ResultType | result () const |
| QList< ResultType > | results () const |
| QFuture< ResultType > | future () const |
Friends | |
| template<typename T> | |
| class | ConcurrentCallTaskAdapter |
Definition at line 33 of file concurrentcall.h.
|
default |
|
inline |
Definition at line 53 of file concurrentcall.h.
|
inline |
Definition at line 45 of file concurrentcall.h.
|
inline |
Definition at line 49 of file concurrentcall.h.
|
inline |
Definition at line 40 of file concurrentcall.h.
|
inline |
Definition at line 44 of file concurrentcall.h.
Definition at line 76 of file concurrentcall.h.