-
Methods in io.qt.concurrent with parameters of type QtConcurrent.Callable1
Modifier and Type |
Method |
Description |
static <T,
A> QFuture<T> |
QtConcurrent.run(QtConcurrent.Callable1<T,A> runnable,
A a) |
Executes the Callable using the QtConcurrent framework.
|
static <T,
A> QFuture<T> |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Callable1<T,A> runnable,
A a) |
Executes the Callable using the QtConcurrent framework.
|
static <T,
A> QtConcurrent.QTypedTaskBuilder1Arg0<T,A> |
QtConcurrent.task(QtConcurrent.Callable1<T,A> callable) |
|