Uses of Interface
io.qt.concurrent.QtConcurrent.Runnable1
Packages that use QtConcurrent.Runnable1
-
Uses of QtConcurrent.Runnable1 in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.Runnable1Modifier and TypeMethodDescriptionQtConcurrent.run
(QtConcurrent.Runnable1<A> runnable, A a) Executes the Runnable using the QtConcurrent framework.QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a) Executes the Runnable using the QtConcurrent framework.