Immediate Schedulers of Rx

Learn about the immediate Scheduler and its usage in RxJS.

We'll cover the following

The immediate Scheduler emits notifications from the Observable synchronously, so whenever an action is scheduled on the immediate Scheduler, it will be executed right away, blocking the thread.

The Rx.Observable.range operator is one of the operators that uses the immediate Scheduler internally:

Get hands-on with 1200+ tech skills courses.