kmath-coroutines
/
space.kscience.kmath.coroutines
/
mapParallel
common
map
Parallel
inline fun <
T
,
R
>
Flow
<
T
>.
mapParallel
(dispatcher:
CoroutineDispatcher
= Dispatchers.Default, crossinline transform: suspend (
T
) ->
R
):
Flow
<
R
>
Content copied to clipboard