mapAsync

suspend fun <T, R> Collection<T>.mapAsync(context: OperationContext, concurrencyLevel: Int = 10, dispatcher: <Error class: unknown class> = Dispatchers.IO, transform: suspend (T) -> R): List<R>

Map async, using the agent process