toggle menu
flatInvoker
common
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.framework
/
DispatchGroup
Dispatch
Group
class
DispatchGroup
(
coroutineDispatcher
:
CoroutineDispatcher
)
Members
Constructors
Dispatch
Group
Link copied to clipboard
constructor
(
coroutineDispatcher
:
CoroutineDispatcher
)
Functions
async
Link copied to clipboard
fun
<
Result
>
async
(
fn
:
suspend
(
)
->
Result
)
:
Deferred
<
Result
>
cancel
All
Link copied to clipboard
fun
cancelAll
(
)
launch
Link copied to clipboard
fun
<
Result
>
launch
(
fn
:
suspend
(
)
->
Result
)
:
Job