parallelForEach

inline suspend fun <A> Iterable<A>.parallelForEach(crossinline f: suspend (A) -> Unit)