node-squad
Version:
Run N functions in parallel, and wait for all of them to be finished before starting another batch
41 lines (40 loc) • 840 B
JSON
{
"name": "node-squad",
"version": "0.3.1",
"description": "Run N functions in parallel, and wait for all of them to be finished before starting another batch",
"author": {
"name": "Fabien Allanic",
"email": "fabien.allanic@gmail.com"
},
"dependencies": {
"q": "2.0.x"
},
"repository": {
"type": "git",
"url": "git://github.com/fallanic/node-squad.git"
},
"bugs": {
"url": "https://github.com/fallanic/node-squad/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fallanic/node-squad/blob/master/MIT-LICENSE.md"
}
],
"main": "lib/node-squad",
"keywords": [
"node",
"squad",
"batch",
"workers",
"parallel",
"execution",
"execute",
"q",
"wait",
"synchronize",
"throttle"
],
"engine": "node >= 0.4.1"
}