Uses of Interface
io.qt.core.QFuture.Runnable
Packages that use QFuture.Runnable
-
Uses of QFuture.Runnable in io.qt.core
Methods in io.qt.core with parameters of type QFuture.RunnableModifier and TypeMethodDescriptionQFuture.onCanceled
(QObject context, QFuture.Runnable function) QFuture.onCanceled
(QFuture.Runnable function) QFuture.onFailed
(QObject context, QFuture.Runnable function) QFuture.onFailed
(QObject context, Class<Failure> exceptionType, QFuture.Runnable function) QFuture.onFailed
(QFuture.Runnable function) QFuture.onFailed
(Class<Failure> exceptionType, QFuture.Runnable function) QFuture.then
(QThreadPool pool, QFuture.Runnable function) QFuture.then
(QObject context, QFuture.Runnable function) QFuture.then
(QFuture.Runnable function) QFuture.then
(QtFuture.Launch policy, QFuture.Runnable function)