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

Sometimes you want to do things sequentially, so for..of x { await } is the way to go

If you want parallelism: await Promise.all(x.map(...))




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

Search: