aem-plugin / com.cognifide.gradle.aem.common.build / Parallel / poolEach

poolEach

fun <A> poolEach(threads: Int, name: String, iterable: Iterable<A>, callback: CoroutineScope.(A) -> Unit): Unit