Allow "awaiting" on arrays

await * imo doesn't convey anything about what it's doing; if it's using Promise.all semantics, then what about race, allSettled, or any?

I could see an await.all/await.race/await.allSettled/await.any, though (with the implication that any new combinators would get the same support).

2 Likes