Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.flow
/
mapInOrder
map
In
Order
@
API
(
status
=
API.Status.EXPERIMENTAL
,
since
=
"4.0.0"
)
inline
fun
<
T
,
R
>
Flow
<
T
>
.
mapInOrder
(
concurrencyLevel
:
Int
,
crossinline
map
:
suspend
(
T
)
->
R
)
:
Flow
<
R
>