Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created November 14, 2014 19:20
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 gilesbowkett/a14ee319abd147dde68a to your computer and use it in GitHub Desktop.
Save gilesbowkett/a14ee319abd147dde68a to your computer and use it in GitHub Desktop.
parallel = require "when/parallel"
resource = require "shred"
module.exports = (urls...) -> parallel (resource(url) for urls in url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment