Executor Asyncer
Asyncer implementation that uses an Executor for async operations with AgentProcess context propagation to worker threads.
Functions
Link copied to clipboard
open override fun <T, R> parallelMap(items: Collection<T>, maxConcurrency: Int, transform: (t: T) -> R): List<R>