task-queue
Advanced tools
Comparing version
{ | ||
"author" : "Roberto Sales <robertosalesc@dcc.ufba.br>", | ||
"name": "task-queue", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "async single worker tasks queue that supports concurrency, priority and provide simple interface for passing task arguments", | ||
@@ -16,3 +16,3 @@ "keywords": ["task", "queue", "worker", "concurrency", "async", "priority"], | ||
{ | ||
"cbuffer-resizable": "~0.0.4", | ||
"cbuffer-resizable": "~0.0.3", | ||
"binaryheap-resizable": "~0.0.6", | ||
@@ -19,0 +19,0 @@ "objdefined": "~0.0.1", |
Sorry, the diff of this file is not supported yet
27450
4.82%+ Added
+ Added
Updated