task-queue
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -28,2 +28,3 @@ /** | ||
_exec: function() { | ||
var self = this; | ||
if (this._running) { | ||
@@ -38,3 +39,3 @@ var i, actual_concurrency = this._opts.concurrency > this.size() ? this.size() : this._opts.concurrency; | ||
actual_concurrency--; | ||
if (actual_concurrency == 0) this._exec(); | ||
if (actual_concurrency == 0) self._exec(); | ||
}); | ||
@@ -41,0 +42,0 @@ } |
{ | ||
"author" : "Roberto Sales <robertosalesc@dcc.ufba.br>", | ||
"name": "task-queue", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "async single worker tasks queue that supports concurrency, priority and provide simple interface for passing task arguments", | ||
@@ -6,0 +6,0 @@ "keywords": ["task", "queue", "worker", "concurrency", "async", "priority"], |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
27471
128
1