-
Methods in io.qt.concurrent with parameters of type QtConcurrent.RunnableWithPromise3
Modifier and Type |
Method |
Description |
static <T,
A,
B,
C> QFuture<T> |
QtConcurrent.run(QtConcurrent.RunnableWithPromise3<T,A,B,C> runnable,
A a,
B b,
C c) |
Executes the Callable using the QtConcurrent framework.
|
static <T,
A,
B,
C> QFuture<T> |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithPromise3<T,A,B,C> runnable,
A a,
B b,
C c) |
Executes the Callable using the QtConcurrent framework.
|
static <T,
A,
B,
C> QtConcurrent.QTypedPromiseTaskBuilder3Arg0<T,A,B,C> |
QtConcurrent.task(QtConcurrent.RunnableWithPromise3<T,A,B,C> runnable) |
|