How can I collect a flow in parallel? Is there a s...
# coroutines
y
How can I collect a flow in parallel? Is there a simpler and cheaper way than
Copy code
parMap(concurrency) { myAction() }.collect()