Skip to content

Instantly share code, notes, and snippets.

@drewrothstein
Created July 11, 2020 05:29
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 drewrothstein/444c2d79a2f48c864eb710c40a237981 to your computer and use it in GitHub Desktop.
Save drewrothstein/444c2d79a2f48c864eb710c40a237981 to your computer and use it in GitHub Desktop.
Resolving Promises
Promise.all([
parseIncoming,
delegateReader,
writeDb,
writeSummary,
preCache,
])
.then((res) => {
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment