Uses of Interface
io.qt.concurrent.QtConcurrent.Runnable4
-
Uses of QtConcurrent.Runnable4 in io.qt.concurrent
Modifier and TypeMethodDescriptionQtConcurrent.run
(QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) Executes the Runnable using the QtConcurrent framework.QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) Executes the Runnable using the QtConcurrent framework.static <A,
B, C, D> QtConcurrent.QTaskBuilderVoid4Arg0<A, B, C, D> QtConcurrent.task
(QtConcurrent.Runnable4<A, B, C, D> runnable)