onEachParallel

suspend fun <T> Iterable<T>.onEachParallel(action: suspend T.() -> Unit)

Version of forEachParallel using a lambda-with-receiver instead.

This in itself does not launch multiple threads, how many threads are launched is dependent on the used Dispatcher