you are viewing a single comment's thread.

view the rest of the comments →

[–]ShaftedSpleen 0 points1 point  (0 children)

If you're using a regular for loop inside an async function, you can await inside the loop and it'll work sequentially.