June 2013
Beginner
444 pages
9h 45m
English
Deferred objects and their promises allow us to react to the completion of long-running tasks with a convenient syntax. They are discussed in detail in Chapter 11, Advanced Effects.
|
Function |
Description |
|---|---|
|
|
Returns a new deferred object. |
|
|
Returns a promise object to be resolved when the given deferred objects are resolved. |
|
Method |
Description |
|---|---|
|
|
Sets the state of the object to resolved. |
|
|
Sets the state of the object to resolved while making the keyword |
|
|
Sets the state of the object to rejected. |
|
|