You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <dd>This operator does not support backpressure as it uses {@code count} to control data flow.</dd>
8924
+
* <dd>The operator has limited backpressure support. If {@code count} == {@code skip}, the operator honors backpressure on its outer subscriber, ignores backpressure in its inner Observables
8925
+
* but each of them will emit at most {@code count} elements.</dd>
8924
8926
* <dt><b>Scheduler:</b></dt>
8925
8927
* <dd>This version of {@code window} does not operate by default on a particular {@link Scheduler}.</dd>
0 commit comments