Skip to content

Instantly share code, notes, and snippets.

@wadez
Created June 13, 2021 17:21
Show Gist options
  • Save wadez/d0874dda8fa6b81372cd3a6af212e5a3 to your computer and use it in GitHub Desktop.
Save wadez/d0874dda8fa6b81372cd3a6af212e5a3 to your computer and use it in GitHub Desktop.
for (var i = 0; i<numberOfThreads; i++) {
promises.push(new Promise(...))
}
Promise.all(promises)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment