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