TimeoutOperator<T> extension

on

Methods

timeout({Duration? first, Duration? between, Duration? total, Scheduler? scheduler}) Observable<T>
totals with a TimeoutError, if the observable fails to emit a value in the given time span.