Created
October 26, 2014 10:35
-
-
Save octatone/ca98f1c410cf334bb33f to your computer and use it in GitHub Desktop.
example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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