Skip to content

Instantly share code, notes, and snippets.

@brigand
Forked from neurotech/gist:36ce8f20e0e16a7f9607
Last active August 29, 2015 14:23
Show Gist options
  • Save brigand/f062630e8ba5c418031f to your computer and use it in GitHub Desktop.
Save brigand/f062630e8ba5c418031f to your computer and use it in GitHub Desktop.
var resultPromises = Object.keys(queries).map(function(){
var value = queries[key];
return populateTables(value);
});
Promise.all(resultPromises).then(runThisAfterAllFinish);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment