toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-coroutines
/
com.huanshankeji.kotlinx.coroutine
/
awaitAny
await
Any
suspend
fun
<
T
>
awaitAny
(
vararg
deferreds
:
Deferred
<
T
>
)
:
T
(
source
)
suspend
fun
<
T
>
Collection
<
Deferred
<
T
>
>
.
awaitAny
(
)
:
T
(
source
)