Class | Description |
---|---|
CancellableSubscription |
A Subscription that wraps an Cancellable instance.
|
SequentialSubscription |
A container of a Subscription that supports operations of SerialSubscription
and MultipleAssignmentSubscription via methods (update, replace) and extends
AtomicReference to reduce allocation count (beware the API leak of AtomicReference!).
|
Enum | Description |
---|---|
Unsubscribed |
Represents an unsubscribed Subscription via a singleton; don't leak it!
|
Copyright © 2018. All rights reserved.