exec-queue
Version:
Safely run exec in a loop.
22 lines (21 loc) • 400 B
JSON
{
"name": "exec-queue",
"version": "0.0.2",
"description": "Safely run exec in a loop.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"exec",
"queue",
"safe",
"EMFILE",
"child",
"process",
"limit"
],
"author": "Nick Desaulniers",
"license": "Beerware",
"repository": "https://github.com/nickdesaulniers/exec-queue.git"
}