kotlin-utils / com.github.mckernant1.collections / kotlin.collections.Iterable / mapParallel

mapParallel

fun <T, R> Iterable<T>.mapParallel(transform: suspend (T) -> R): List<R>