resolve (value, label) Promise
static
This is a convenient alias for RSVP.Promise.resolve
.
Parameters:
-
value
*
- value that the returned promise will be resolved with
-
label
String
- optional string for identifying the returned promise. Useful for tooling.
Returns:
-
Promise
- a promise that will become fulfilled with the given `value`
Please login to continue.