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