Skip to content

Instantly share code, notes, and snippets.

@dobrakmato
Created September 22, 2017 17:35
Show Gist options
  • Save dobrakmato/24103577b3bb532236f34379487d3bfb to your computer and use it in GitHub Desktop.
Save dobrakmato/24103577b3bb532236f34379487d3bfb to your computer and use it in GitHub Desktop.
async function processData() {
const data1 = await downloadFromService1();
const data2 = await downloadFromService2();
const data3 = await downloadFromService3();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment