rx.internal.operators.TakeLastQueueProducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxjava-core Show documentation
Show all versions of rxjava-core Show documentation
rxjava-core developed by Netflix
The newest version!
package rx.internal.operators;
import rx.Producer;
import rx.Subscriber;
import java.util.Deque;
import java.util.concurrent.atomic.AtomicLongFieldUpdater;
final class TakeLastQueueProducer implements Producer {
private final NotificationLite notification;
private final Deque
© 2015 - 2024 Weber Informatics LLC | Privacy Policy