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
Backpressurable#getCapacity can be a useful tool to detect if the source Publisher is a Completable (0), Single (1), Unbounded (Long.MAX), Bounded (N > 1 && < Integer.MAX) or Mixed (-1) backpressure strategy.
Some operator might adapt their supplied Queue while other can choose to short-circuit more expensive inner Subscriber.
Backpressurable#getCapacitycan be a useful tool to detect if the sourcePublisheris aCompletable(0),Single(1),Unbounded(Long.MAX),Bounded(N > 1 && < Integer.MAX) orMixed(-1) backpressure strategy.Some operator might adapt their supplied
Queuewhile other can choose to short-circuit more expensive innerSubscriber.