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