README revision 423021e96fa8a79f6586fccbf4c927beb369b4b0
AsyncQueue
The AsyncQueue module allows you to create a chain of function callbacks executed in order via setTimeout. It also supports timeout chained iterations for each item in the Queue as well as promotion, deletion, and other functionality.
3.0.0
* queue-base is now part of yui, queue-run and queue-promote are
independent modules
* AsyncQueue defaults to asynchronous callback execution (again)
3.0.0 beta 1
* Overhaul. Broken into queue-base, queue-promote, and queue-run.
See the user guide and API docs for more detail.
3.0.0 PR2
No changes
3.0.0 PR1
Initial release