Rx.Observer.prototype.notifyOn(scheduler)

Schedules the invocation of observer methods on the given scheduler.

Arguments

  1. scheduler (Scheduler): Scheduler to schedule observer messages on.

Returns

(Observer): Observer whose messages are scheduled on the given scheduler.

Example

Location

  • rx.js