Uses of Class
io.qt.core.QThreadPool
Package | Description |
---|---|
io.qt.concurrent | |
io.qt.core |
-
Uses of QThreadPool in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QThreadPool Modifier and Type Method Description static QFutureVoid
QtConcurrent. run(QThreadPool threadPool, Runnable runnable)
Executes the RunnableVoid
using the QtConcurrent framework.static <T> QFuture<T>
QtConcurrent. run(QThreadPool threadPool, Callable<T> callable)
Executes the Callablecallable
through the QtConcurrent framework. -
Uses of QThreadPool in io.qt.core
Methods in io.qt.core that return QThreadPool Modifier and Type Method Description static QThreadPool
QThreadPool. globalInstance()