async-forkqueue
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "async-forkqueue", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "a queue that runs workers asynchronously in child processes", | ||
@@ -20,4 +20,3 @@ "main": "index.js", | ||
"underscore": "~1.4.4", | ||
"debug": "~0.7.2", | ||
"readable-stream": "~1.0.2" | ||
"debug": "~0.7.2" | ||
}, | ||
@@ -24,0 +23,0 @@ "devDependencies": { |
@@ -16,3 +16,3 @@ # Async-ForkQueue | ||
var queue = new Queue num_workers, concurrency, module_path | ||
var queue = new Queue(num_workers, concurrency, module_path); | ||
@@ -34,4 +34,4 @@ for (var i = 0; i < 100; i++) { | ||
// Do something with the payload | ||
cb() | ||
cb(); | ||
} | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
6302
- Removedreadable-stream@~1.0.2
- Removedcore-util-is@1.0.3(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)