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 primitivesQtConcurrent.Callable2<T,
A, B> QtConcurrent.Callable3<T,A, B, C> QtConcurrent.Callable4<T,A, B, C, D> QtConcurrent.Callable5<T,A, B, C, D, E> 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 class QtConcurrent::MedianDoubleImplement this interface in order to perform a reduce operation.Java wrapper for Qt enum QtConcurrent::ReduceOptionQFlags type for enumQtConcurrent.ReduceOption
QtConcurrent.Runnable3<A,B, C> QtConcurrent.Runnable4<A,B, C, D> QtConcurrent.Runnable5<A,B, C, D, E> Java wrapper for Qt enum QtConcurrent::ThreadFunctionResult