Uses of Interface
io.qt.concurrent.QtConcurrent.RunnableWithPromise7
Packages that use QtConcurrent.RunnableWithPromise7
-
Uses of QtConcurrent.RunnableWithPromise7 in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.RunnableWithPromise7Modifier and TypeMethodDescriptionstatic <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) 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) 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)