ObserveOnOperator<T> extension

on

Methods

observeOn(Scheduler scheduler, {Duration? delay}) Observable<T>
Re-emits all notifications from this Observable with a custom scheduler.