Uses of Interface
io.qt.concurrent.QtConcurrent.Callable4
-
Uses of QtConcurrent.Callable4 in io.qt.concurrent
Modifier and TypeMethodDescriptionstatic <T,
A, B, C, D>
QFuture<T>QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) static <T,
A, B, C, D>
QFuture<T>QtConcurrent.run
(QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) static <T,
A, B, C, D>
QtConcurrent.QTypedTaskBuilder4Arg0<T,A, B, C, D> QtConcurrent.task
(QtConcurrent.Callable4<T, A, B, C, D> callable)