Uses of Class
io.qt.core.QThreadPool
Packages that use QThreadPool
-
Uses of QThreadPool in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QThreadPoolModifier and TypeMethodDescriptionstatic <T,
A> QFuture<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable1<T, A> runnable, A a) Executes the Callable using the QtConcurrent framework.static <T,
A, B> QFuture<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable2<T, A, B> runnable, A a, B b) Executes the Callable using the QtConcurrent framework.static <T,
A, B, C> QFuture<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) Executes the Callable using the QtConcurrent framework.static <T,
A, B, C, D>
QFuture<T>QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) Executes the Callable using the QtConcurrent framework.static <T,
A, B, C, D, E>
QFuture<T>QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) Executes the Callable using the QtConcurrent framework.QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a) Executes the Runnable using the QtConcurrent framework.QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable2<A, B> runnable, A a, B b) 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.QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) Executes the Runnable using the QtConcurrent framework.QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) Executes the Runnable using the QtConcurrent framework.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 QThreadPoolMethods in io.qt.core with parameters of type QThreadPoolModifier and TypeMethodDescriptionfinal void
QFutureInterfaceBase.setThreadPool
(QThreadPool pool)