Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H> io.qt.core.QFuture<T>
QtConcurrent.run(io.qt.core.QThreadPool threadPool,
QtConcurrent.RunnableWithPromise8<T,A,B,C,D,E,F,G,H> runnable,
A a,
B b,
C c,
D d,
E e,
F f,
G g,
H h)
Executes the Callable using the QtConcurrent framework.