Skip to content

Instantly share code, notes, and snippets.

@octatone
Created October 26, 2014 10:35
Show Gist options
  • Save octatone/ca98f1c410cf334bb33f to your computer and use it in GitHub Desktop.
Save octatone/ca98f1c410cf334bb33f to your computer and use it in GitHub Desktop.
example
function *checkSatusesParallel (sites) {
let statuses = yield sites.map(ping);
logStatuses(statuses);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment