Hacker News new | ask | show | jobs
by seedboot 1427 days ago
Promise.all/allSettled/etc will allow you to resolve your promises concurrently rather than awaiting each result in the for loop. Depends what your use case is, really.