|
|
|
|
|
by theprotocol
3283 days ago
|
|
Oh. This is interesting. Is the `for await` loop synchronous, or is more like looping through the results of `Promise.all`? With Promise.all, you can make multiple async concurrently and then await the results once all of them are complete. |
|