Uses of Package
com.github.mizosoft.methanol.internal.flow
Packages that use com.github.mizosoft.methanol.internal.flow
Package
Description
-
Classes in com.github.mizosoft.methanol.internal.flow used by com.github.mizosoft.methanol.internal.extensionsClassDescriptionA
Subscriber<T>that forwards to a downstreamSubscriber<? super T>.A forwarding subscriber that ensures the delegate isn't called concurrently.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.flowClassDescriptionA subscription that emits items from a pollable source.An abstract
Flow.Subscriptionthat implements most of the machinery for execution and backpressure control.ASubscriber<T>that forwards to a downstreamSubscriber<? super T>.A forwarding subscriber that ensures the delegate isn't called concurrently.A one-use atomic reference to an upstream subscription.