toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-coroutines
/
com.huanshankeji.kotlinx.coroutine
Package-level
declarations
Types
Functions
Types
With
Coroutine
Scope
Link copied to clipboard
interface
WithCoroutineScope
Functions
await
Any
Link copied to clipboard
suspend
fun
<
T
>
awaitAny
(
vararg
deferreds
:
Deferred
<
T
>
)
:
T
await
Any
Link copied to clipboard
suspend
fun
<
T
>
Collection
<
Deferred
<
T
>
>
.
awaitAny
(
)
:
T
await
Any
And
Cancel
Others
Link copied to clipboard
suspend
fun
<
T
>
Collection
<
Deferred
<
T
>
>
.
awaitAnyAndCancelOthers
(
)
:
T
join
Any
Link copied to clipboard
suspend
fun
joinAny
(
vararg
jobs
:
Job
)
join
Any
Link copied to clipboard
suspend
fun
Collection
<
Job
>
.
joinAny
(
)