Module qtjambi.concurrent
Package io.qt.concurrent
package io.qt.concurrent
-
ClassDescriptionHigh-level APIs that make it possible to write multi-threaded programs without using low-level threading primitivesCallable with five arguments.QtConcurrent.Callable2<T,
A, B> Callable with five arguments.QtConcurrent.Callable3<T,A, B, C> Callable with five arguments.QtConcurrent.Callable4<T,A, B, C, D> Callable with five arguments.QtConcurrent.Callable5<T,A, B, C, D, E> Callable with five arguments.QtConcurrent.Callable6<T,A, B, C, D, E, F> Callable with six arguments.QtConcurrent.Callable7<T,A, B, C, D, E, F, G> Callable with seven arguments.QtConcurrent.Callable8<T,A, B, C, D, E, F, G, H> Callable with eight arguments.QtConcurrent.Callable9<T,A, B, C, D, E, F, G, H, I> Callable with nine arguments.An implementation of this interface is given to one of QtConcurrent's filtered() methods.Java wrapper for Qt enumQtConcurrent::FutureResult
An implemetation of this interface is given one to QtConcurrent's map() methods.Implement this interface to perform a mapped operation.The QTaskBuilder class is used for adjusting task parameters.The QTaskBuilder class is used for adjusting task parameters.Implement this interface in order to perform a reduce operation.Java wrapper for Qt enumQtConcurrent::ReduceOption
QFlags
type for enumQtConcurrent.ReduceOption
Runnable with one argument.Runnable with two arguments.QtConcurrent.Runnable3<A,B, C> Runnable with three arguments.QtConcurrent.Runnable4<A,B, C, D> Runnable with four arguments.QtConcurrent.Runnable5<A,B, C, D, E> Runnable with five arguments.QtConcurrent.Runnable6<A,B, C, D, E, F> Runnable with six arguments.QtConcurrent.Runnable7<A,B, C, D, E, F, G> Runnable with seven arguments.QtConcurrent.Runnable8<A,B, C, D, E, F, G, H> Runnable with eight arguments.QtConcurrent.Runnable9<A,B, C, D, E, F, G, H, I> Runnable with nine arguments.Runnable with typed promise.Runnable with typed promise and one argument.Runnable with typed promise and two arguments.QtConcurrent.RunnableWithPromise3<T,A, B, C> Runnable with typed promise and three arguments.QtConcurrent.RunnableWithPromise4<T,A, B, C, D> Runnable with typed promise and four arguments.QtConcurrent.RunnableWithPromise5<T,A, B, C, D, E> Runnable with typed promise and five arguments.QtConcurrent.RunnableWithPromise6<T,A, B, C, D, E, F> Runnable with typed promise and six arguments.QtConcurrent.RunnableWithPromise7<T,A, B, C, D, E, F, G> Runnable with typed promise and seven arguments.QtConcurrent.RunnableWithPromise8<T,A, B, C, D, E, F, G, H> Runnable with typed promise and eight arguments.QtConcurrent.RunnableWithPromise9<T,A, B, C, D, E, F, G, H, I> Runnable with typed promise and nine arguments.Runnable with void promise.Runnable with void promise and one arguments.Runnable with void promise and two arguments.Runnable with void promise and three arguments.Runnable with void promise and four arguments.QtConcurrent.RunnableWithVoidPromise5<A,B, C, D, E> Runnable with void promise and five arguments.QtConcurrent.RunnableWithVoidPromise6<A,B, C, D, E, F> Runnable with void promise and six arguments.QtConcurrent.RunnableWithVoidPromise7<A,B, C, D, E, F, G> Runnable with void promise and seven arguments.QtConcurrent.RunnableWithVoidPromise8<A,B, C, D, E, F, G, H> Runnable with void promise and eight arguments.QtConcurrent.RunnableWithVoidPromise9<A,B, C, D, E, F, G, H, I> Runnable with void promise and nine arguments.Java wrapper for Qt's classQtConcurrent::ThreadEngineStarter
Java wrapper for Qt enumQtConcurrent::ThreadFunctionResult