Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Last active March 31, 2022 18:08
Embed
What would you like to do?
+ val dispatcher = Executors.newFixedThreadPool(12).asCoroutineDispatcher()
fun <T, R> Iterable<T>.map(
- dispatcher: CoroutineDispatcher,
transform: (T) -> R
): List<R>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment