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