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