-
static <A,
B,
C,
D,
E,
F,
G,
H>
io.qt.core.QFuture<Void>
QtConcurrent.run(QtConcurrent.Runnable8<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 Runnable using the QtConcurrent framework.
static <A,
B,
C,
D,
E,
F,
G,
H>
io.qt.core.QFuture<Void>
QtConcurrent.run(io.qt.core.QThreadPool threadPool,
QtConcurrent.Runnable8<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 Runnable using the QtConcurrent framework.
static <A,
B,
C,
D,
E,
F,
G,
H>
QtConcurrent.QTaskBuilderVoid8Arg0<A,B,C,D,E,F,G,H>