toggle menu
korge-root
5.1.0
jvm
switch theme
search in API
korge-core
/
korlibs.io.async
/
EventLoopExecutorService
/
invokeAll
invoke
All
jvm
open
override
fun
<
T
>
invokeAll
(
tasks
:
MutableCollection
<
out
Callable
<
T
>
>
?
)
:
MutableList
<
Future
<
T
>
>
open
override
fun
<
T
>
invokeAll
(
tasks
:
MutableCollection
<
out
Callable
<
T
>
>
?
,
timeout
:
Long
,
unit
:
TimeUnit
?
)
:
MutableList
<
Future
<
T
>
>