0.0.2 • Published 9 years ago

dqueue v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

README

var q = new Queue(function(item, callback) { // Do something with the item

callback(); }, concurrency);

q.drain = function() { // All items have been iterated over };

q.push(items);

0.0.2

9 years ago

0.0.1

9 years ago