Uses of Interface
io.qt.concurrent.QtConcurrent.Runnable2
Packages that use QtConcurrent.Runnable2
-
Uses of QtConcurrent.Runnable2 in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.Runnable2Modifier 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.