Class ConcurrentSubscription

java.lang.Object
io.servicetalk.concurrent.internal.ConcurrentSubscription
All Implemented Interfaces:
Cancellable, PublisherSource.Subscription

public class ConcurrentSubscription extends Object implements PublisherSource.Subscription
This class prevents concurrent invocation of PublisherSource.Subscription methods and preserves the Reactive Streams, 2.7 rule when there is a possibility of concurrency.