toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common
/
Asyncer
Asyncer
interface
Asyncer
Simple Java-friendly async interface.
Inheritors
ExecutorAsyncer
Members
Functions
async
Link copied to clipboard
abstract
fun
<
T
>
async
(
block
:
(
)
->
T
)
:
CompletableFuture
<
T
>
parallel
Map
Link copied to clipboard
abstract
fun
<
T
,
R
>
parallelMap
(
items
:
Collection
<
T
>
,
maxConcurrency
:
Int
,
transform
:
(
t
:
T
)
->
R
)
:
List
<
R
>