Uses of Package
com.github.mizosoft.methanol.internal.flow
-
Packages that use com.github.mizosoft.methanol.internal.flow Package Description com.github.mizosoft.methanol.internal.extensions com.github.mizosoft.methanol.internal.flow -
Classes in com.github.mizosoft.methanol.internal.flow used by com.github.mizosoft.methanol.internal.extensions Class Description ForwardingSubscriber ASubscriber<T>that forwards to a downstreamSubscriber<? super T>.SerializedForwardingSubscriber A forwarding subscriber that ensures the delegate isn't called concurrently.TimeoutSubscriber A subscriber that intercepts requests to upstream and schedules error completion if each requested item isn't received within a timeout. -
Classes in com.github.mizosoft.methanol.internal.flow used by com.github.mizosoft.methanol.internal.flow Class Description AbstractPollableSubscription A subscription that emits items from a pollable source.AbstractSubscription An abstractFlow.Subscriptionthat implements most of the machinery for execution and backpressure control.ForwardingSubscriber ASubscriber<T>that forwards to a downstreamSubscriber<? super T>.SerializedForwardingSubscriber A forwarding subscriber that ensures the delegate isn't called concurrently.Upstream A one-use atomic reference to an upstream subscription.