export interface DispatcherOptions {
scheduler?: SchedulerLike;
}
RxJs has given to us a lot of tools to control our event streams. The most powerful from their are Schedulers.
Scheduler allows us to control when values of stream - in our case - FoxEvents - would be emitted.