Add handlers to be called when the Deferred object is either resolved or rejected.
Add handlers to be called when the Deferred object is rejected.
Add handlers to be called when the Deferred object is resolved.
Add handlers to be called when the Deferred object is rejected.
Determine whether a Deferred object has been rejected.
Determine whether a Deferred object has been resolved.
Call the progressCallbacks on a Deferred object with the given args.
Call the progressCallbacks on a Deferred object with the given context and args.
Utility method to filter and/or chain Deferreds.
Add handlers to be called when the Deferred object generates progress notifications.
Return a Deferred's Promise object.
Reject a Deferred object and call any failCallbacks with the given args.
Reject a Deferred object and call any failCallbacks with the given context and args.
Resolve a Deferred object and call any doneCallbacks with the given args.
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Determine the current state of a Deferred object.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.