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