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