Uses of Interface
io.qt.concurrent.QtConcurrent.Runnable1
Package | Description |
---|---|
io.qt.concurrent |
-
Uses of QtConcurrent.Runnable1 in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.Runnable1 Modifier and Type Method Description static <A> QVoidFuture
QtConcurrent. run(QtConcurrent.Runnable1<A> runnable, A a)
Executes the Runnable using the QtConcurrent framework.static <A> QVoidFuture
QtConcurrent. run(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a)
Executes the Runnable using the QtConcurrent framework.