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