parallelForeach

fun parallelForeach(count: Int, dispatcher: CoroutineDispatcher = exec, block: (n: Int) -> Unit)