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