Name Date Size

.. 2012-02-16 09:11:19 100

build.properties 2009-08-13 00:47:46 141

build.xml 2009-08-13 00:47:46 244

HISTORY.md 2011-09-27 08:41:41 655

js 2011-04-27 01:08:55 3

meta 2010-02-12 20:34:08 3

README.md 2011-08-04 01:28:59 284

tests 2012-02-16 09:11:19 8

README.md

Queue Promote
=============
The Queue module in its simplest form is just that: a simple queuing mechanism.
Items added to the Queue are removed via `next()`. The `queue-promote` module
extends the `Queue.prototype` with `promote(item)`, `remove(item)`, and
`indexOf(item)` methods.