toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common
/
Asyncer
/
parallelMap
parallel
Map
abstract
fun
<
T
,
R
>
parallelMap
(
items
:
Collection
<
T
>
,
maxConcurrency
:
Int
,
transform
:
(
t
:
T
)
->
R
)
:
List
<
R
>