ExhaustAllOperator<T> extension

on

Methods

exhaustAll({int concurrent = 1}) Observable<T>

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

Emits and completes higher-order Observable. Subscribes to at most concurrent sources, and drops observables exceeding this threshold.