|
|
|
|
|
by saimiam
1520 days ago
|
|
I think you’re trying to recreate the semantics of Promise.all without using Promise.all. You’re effectively saying that Promises are a better async programming paradigm than async/await…which is also what the author is saying in the article. |
|