Skip to content

Instantly share code, notes, and snippets.

@rubycut
Created May 7, 2018 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubycut/ba136b89eec3aa02849753923fec27c7 to your computer and use it in GitHub Desktop.
Save rubycut/ba136b89eec3aa02849753923fec27c7 to your computer and use it in GitHub Desktop.
Promise.all(my_array.map(async (myObject) => {
await myObject.httpPost()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment