-
Methods in io.qt.concurrent with parameters of type QtConcurrent.Callable4
Modifier and Type |
Method |
Description |
static <T,
A,
B,
C,
D> QFuture<T> |
QtConcurrent.run(QtConcurrent.Callable4<T,A,B,C,D> runnable,
A a,
B b,
C c,
D d) |
Executes the Callable using the QtConcurrent framework.
|
static <T,
A,
B,
C,
D> QFuture<T> |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Callable4<T,A,B,C,D> runnable,
A a,
B b,
C c,
D d) |
Executes the Callable using the QtConcurrent framework.
|