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