Click or drag to resize

PromiseTWrapAsync Method

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