Skip to content

Instantly share code, notes, and snippets.

@micheleriva
Last active November 10, 2018 17:21
Show Gist options
  • Save micheleriva/41679bdade7fb42d3518f37e3eaeb1f5 to your computer and use it in GitHub Desktop.
Save micheleriva/41679bdade7fb42d3518f37e3eaeb1f5 to your computer and use it in GitHub Desktop.
let workers = []
for(let i = 0; i < numWorkers; i++) {
workers.push(cluster.fork())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment