Uses of Class
io.qt.core.QThreadPool
-
Uses of QThreadPool in io.qt.concurrent
Modifier and TypeMethodDescriptionstatic <T,
A> QFuture <T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable1<T, A> runnable, A a) static <T,
A, B> QFuture <T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable2<T, A, B> runnable, A a, B b) static <T,
A, B, C>
QFuture<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) 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) 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) static <A> QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a) static <A,
B> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable2<A, B> runnable, A a, B b) static <A,
B, C> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) static <A,
B, C, D>
QFuture<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) static <A,
B, C, D, E>
QFuture<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, Runnable runnable) static <T> QFuture
<T> QtConcurrent.run
(QThreadPool threadPool, Callable<T> callable) -
Uses of QThreadPool in io.qt.core
Modifier and TypeMethodDescriptionfinal void
QFutureInterfaceBase.setThreadPool
(QThreadPool pool) SeeQFutureInterfaceBase::
setThreadPool(QThreadPool*)