|
|
|
|
|
by wa1987
2023 days ago
|
|
Often times operations are order-independent. Specifying those as sequential `await`-s does not make a lot of sense in those situations. I guess less fine grained control is desirable under such circumstances :-) There's also other useful utilities such as Promise.all(), Promise.any() and Promise.race(). |
|