fromCallback
Last updated
Was this helpful?
Last updated
Was this helpful?
Rx.Node.fromCallback(func, [scheduler], [context])
Deprecated in favor of Rx.Observable.fromCallback
in rx.async.js.
Converts a callback function to an observable sequence.
func
(Function): Callback function
[scheduler = Rx.Scheduler.timeout]
(Scheduler): Scheduler used to execute the callback.
[context]
(Any): The context to execute the callback.
(Function): Function, when called with arguments, creates an Observable sequence from the callback.