Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.flow
/
concurrentMap
concurrent
Map
@
API
(
status
=
API.Status.EXPERIMENTAL
,
since
=
"4.0.0"
)
fun
<
T
,
R
>
Flow
<
T
>
.
concurrentMap
(
scope
:
CoroutineScope
,
concurrencyLevel
:
Int
,
transform
:
suspend
(
T
)
->
R
)
:
Flow
<
R
>