Uses of Interface
io.qt.core.QFuture.FutureFunction
-
Uses of QFuture.FutureFunction in io.qt.core
Modifier and TypeMethodDescription<R> QFuture<R>
QFuture.then
(QThreadPool pool, QFuture.FutureFunction<T, R> function) <R> QFuture<R>
QFuture.then
(QObject context, QFuture.FutureFunction<T, R> function) <R> QFuture<R>
QFuture.then
(QFuture.FutureFunction<T, R> function) <R> QFuture<R>
QFuture.then
(QtFuture.Launch policy, QFuture.FutureFunction<T, R> function)