If you're operating on something like an ArrayList...
# coroutines
m
If you're operating on something like an ArrayList,
parallel()
should efficiently partition up the list for you, which is what you want.