TimeoutOperator<T> extension
- on
-
- Observable<
T>
- Observable<
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.