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