PromiseTWrap Method |
Name | Description | |
---|---|---|
Wrap(Action0) |
Creates a promise and resolves it after invoking a callback
action, or rejects it if an exception is thrown.
| |
WrapR(Function0R) |
Creates a promise and resolves it using the result from a
callback function, or rejects it if an exception is thrown.
|