toggle menu
coroutines
1.4.2
common
switch theme
search in API
coroutines
/
pro.respawn.kmmutils.coroutines
/
mapParallel
map
Parallel
suspend
fun
<
T
,
R
>
Iterable
<
T
>
.
mapParallel
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
start
:
CoroutineStart
=
CoroutineStart.DEFAULT
,
block
:
suspend
(
T
)
->
R
)
:
List
<
R
>
Execute
block
in parallel using operator async for each element of the collection