korlibs
Toggle table of contents
6.1.0-SNAPSHOT
jvmAndAndroid
Target filter
jvmAndAndroid
Switch theme
Search in API
Skip to content
korlibs
korlibs-concurrent
/
korlibs.io.async
/
EventLoopExecutorService
/
invokeAll
invoke
All
jvmAndAndroid
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
>
>