DelayOperator<T> extension

on

Methods

delay<R>(DurationSelector<T, R> durationSelector) Observable<T>
Delays the emission of items from this Observable until the Observable returned from durationSelector triggers.
delayTime(Duration duration, {Scheduler? scheduler}) Observable<T>
Delays the emission of items from this Observable by a given timeout.