Uses of Interface
io.qt.concurrent.QtConcurrent.Callable7
Packages that use QtConcurrent.Callable7
-
Uses of QtConcurrent.Callable7 in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.Callable7Modifier and TypeMethodDescriptionstatic <T,
A, B, C, D, E, F, G>
QFuture<T>QtConcurrent.run
(QtConcurrent.Callable7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) Executes the Callable using the QtConcurrent framework.static <T,
A, B, C, D, E, F, G>
QFuture<T>QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) Executes the Callable using the QtConcurrent framework.static <T,
A, B, C, D, E, F, G>
QtConcurrent.QTypedTaskBuilder7Arg0<T,A, B, C, D, E, F, G> QtConcurrent.task
(QtConcurrent.Callable7<T, A, B, C, D, E, F, G> callable)