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