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
/
invokeAny
invoke
Any
jvmAndAndroid
open
override
fun
<
T
>
invokeAny
(
tasks
:
MutableCollection
<
out
Callable
<
T
>
>
?
)
:
T
open
override
fun
<
T
>
invokeAny
(
tasks
:
MutableCollection
<
out
Callable
<
T
>
>
?
,
timeout
:
Long
,
unit
:
TimeUnit
?
)
:
T