Click or drag to resize

PromiseTWrap Method

Overload List
  NameDescription
Public methodStatic memberWrap(Action0)
Creates a promise and resolves it after invoking a callback action, or rejects it if an exception is thrown.
Public methodStatic memberWrapR(Function0R)
Creates a promise and resolves it using the result from a callback function, or rejects it if an exception is thrown.
Top
See Also