Module qtjambi.concurrent
Package io.qt.concurrent
-
Interface Summary Interface Description QtConcurrent.FilteredFunctor<T> An implementation of this interface is given to one of QtConcurrent's filtered() methods.QtConcurrent.MapFunctor<T> An implemetation of this interface is given one to QtConcurrent's map() methods.QtConcurrent.MappedFunctor<U,T> Implement this interface to perform a mapped operation.QtConcurrent.ReducedFunctor<U,T> Implement this interface in order to perform a reduce operation. -
Class Summary Class Description QtConcurrent High-level APIs that make it possible to write multi-threaded programs without using low-level threading primitivesQtConcurrent.MedianDouble Java wrapper for Qt class QtConcurrent::MedianDoubleQtConcurrent.ReduceOptions QFlags type for enumQtConcurrent.ReduceOption
-
Enum Summary Enum Description QtConcurrent.ReduceOption Java wrapper for Qt enum QtConcurrent::ReduceOptionQtConcurrent.ThreadFunctionResult Java wrapper for Qt enum QtConcurrent::ThreadFunctionResult