diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui3.0.0/api/module_async-queue.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3.0.0/api/module_async-queue.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,162 @@ + + +
+ +AsyncQueue allows you create a chain of function callbacks executed +via setTimeout (or synchronously) that are guaranteed to run in order. +Items in the queue can be promoted or removed. Start or resume the +execution chain with run(). pause() to temporarily delay execution, or +stop() to halt and clear the queue.
+This module contains the following classes:
+ +