-
Methods in io.qt.concurrent with parameters of type QtConcurrent.RunnableWithPromise8
Modifier and Type |
Method |
Description |
static <T,
A,
B,
C,
D,
E,
F,
G,
H> QFuture<T> |
QtConcurrent.run(QtConcurrent.RunnableWithPromise8<T,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 Callable using the QtConcurrent framework.
|
static <T,
A,
B,
C,
D,
E,
F,
G,
H> QFuture<T> |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithPromise8<T,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 Callable using the QtConcurrent framework.
|
static <T,
A,
B,
C,
D,
E,
F,
G,
H> QtConcurrent.QTypedPromiseTaskBuilder8Arg0<T,A,B,C,D,E,F,G,H> |
QtConcurrent.task(QtConcurrent.RunnableWithPromise8<T,A,B,C,D,E,F,G,H> runnable) |
|