parallelMapBlocking

inline fun <A, B> Iterable<A>.parallelMapBlocking(crossinline f: suspend (A) -> B): List<B>(source)

Deprecated

Source developers should define their own extension functions for more flexibility

Thread-blocking parallel implementation of Iterable.map.

Since

extensions-lib 14