TimeoutOperator<T> extension

on

Methods

timeout({Duration? first, Duration? between, Duration? total, Scheduler? scheduler}) Observable<T>

Available on Observable<T>, provided by the TimeoutOperator extension

totals with a TimeoutError, if the observable fails to emit a value in the given time span.