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