java.lang.Object
io.qt.concurrent.QtConcurrent.QTaskBuilder<T>
- Direct Known Subclasses:
QtConcurrent.QTypedTaskBuilder
- Enclosing class:
QtConcurrent
The QTaskBuilder class is used for adjusting task parameters. Call
withArguments(...)
to assign arguments to the task.
Java wrapper for Qt's class QtConcurrent::QTaskBuilder
-
Method Summary
Modifier and TypeMethodDescriptiononThreadPool
(QThreadPool newThreadPool) spawn()
final void
spawn
(QtConcurrent.FutureResult result) withPriority
(int newPriority)
-
Method Details
-
spawn
- Throws:
RuntimeException
- if there are still missing arguments. Therfore, callwithArguments(...)
to assign arguments to the task.
-
spawn
- Throws:
RuntimeException
- if there are still missing arguments. Therfore, callwithArguments(...)
to assign arguments to the task.
-
withPriority
-
onThreadPool
-