Lines Matching defs:AsyncQueue
2 * <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} the AsyncQueue instance
349 * @return {AsyncQueue} the AsyncQueue instance
367 * @return {AsyncQueue} the AsyncQueue instance
418 * @return {AsyncQueue} the AsyncQueue instance
464 * @return {AsyncQueue} the AsyncQueue instance