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.An implementation of this interface is given to one of QtConcurrent's filtered() methods.An implemetation of this interface is given one to QtConcurrent's map() methods.Implement this interface to perform a mapped operation.Java wrapper for Qt classQtConcurrent::MedianDouble
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.Java wrapper for Qt's classQtConcurrent::ThreadEngineStarter
Java wrapper for Qt enumQtConcurrent::ThreadFunctionResult