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