Invokes the asynchronous function, surfacing the result through an observable sequence.
functionAsync (Function): Asynchronous function which returns a Promise to run.
functionAsync
Function
(Observable): An observable sequence exposing the function's Promises's value or error.
Observable
Last updated 5 years ago