Hacker News new | ask | show | jobs
by BiteCode_dev 1334 days ago
Only if you wish to collect tasks where you schedule them, accumulate the results and don't need to limit concurrency.
1 comments

Serious question, why would you limit concurrency in async world? You’re still on a single thread, why would you want to only schedule n things at a time?