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