kmath
0.3.1-dev-RC
common
kmath-coroutines
/
space.kscience.kmath.coroutines
/
mapParallel
map
Parallel
inline
fun
<
T
,
R
>
Flow
<
T
>
.
mapParallel
(
dispatcher
:
CoroutineDispatcher
=
Dispatchers.Default
,
crossinline
transform
:
suspend
(
T
)
->
R
)
:
Flow
<
R
>
(
source
)