Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created March 30, 2017 03:28
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 kaihendry/36651f7cc022c6717a43aff7e2750d8c to your computer and use it in GitHub Desktop.
Save kaihendry/36651f7cc022c6717a43aff7e2750d8c to your computer and use it in GitHub Desktop.
return Promise.all(
videos.outputs
.map(video => (
downloadImage(video).then((imagePath) => {
// Very CPU/MEMORY intensive stuff
return result
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment