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