equal
deleted
inserted
replaced
|
1 AsyncQueue |
|
2 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 |
|
4 3.0.0 |
|
5 * queue-base is now part of yui. queue-run was renamed async-queue and |
|
6 both async-queue and queue-promote are now independent modules |
|
7 * AsyncQueue defaults to asynchronous callback execution (again) |
|
8 |
|
9 3.0.0 beta 1 |
|
10 * Overhaul. Broken into queue-base, queue-promote, and queue-run. |
|
11 |
|
12 See the user guide and API docs for more detail. |
|
13 |
|
14 3.0.0 PR2 |
|
15 No changes |
|
16 |
|
17 3.0.0 PR1 |
|
18 Initial release |