Hacker News new | past | comments | ask | show | jobs | submit login

Just because you use async/await doesn't mean you can't use Promise.all.

In fact, my immediate intuition with the await examples was to parallelize with Promise.all.

    await Promise.all([/* build promises */]);



Yeah they had that in the post.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: