Searched defs:AsyncQueue (Results 1 - 1 of 1) sorted by relevance

/yui3/src/async-queue/js/
H A Dasync-queue.js2 * <p>AsyncQueue allows you create a chain of function callbacks executed
27 * <li><code>autoContinue</code> -- Set to false to prevent the AsyncQueue from
34 * @class AsyncQueue
39 Y.AsyncQueue = function() {
44 var Queue = Y.AsyncQueue,
91 * Initializes the AsyncQueue instance properties and events.
172 * configuration generated by combining the static AsyncQueue.defaults, the
213 * @return {AsyncQueue} the AsyncQueue instance
309 * @return {AsyncQueue} th
[all...]

Completed in 8 milliseconds