-
static <T,
A,
B,
C,
D,
E>
io.qt.core.QFuture<T>
QtConcurrent.run(QtConcurrent.Callable5<T,A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E>
io.qt.core.QFuture<T>
QtConcurrent.run(io.qt.core.QThreadPool threadPool,
QtConcurrent.Callable5<T,A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e)
Executes the Callable using the QtConcurrent framework.