Class FlowableTimer.TimerSubscriber
java.lang.Object
java.util.concurrent.atomic.AtomicReference<Disposable>
io.reactivex.rxjava3.internal.operators.flowable.FlowableTimer.TimerSubscriber
- All Implemented Interfaces:
Serializable
,Runnable
,org.reactivestreams.Subscription
- Enclosing class:
FlowableTimer
static final class FlowableTimer.TimerSubscriber
extends AtomicReference<Disposable>
implements org.reactivestreams.Subscription, Runnable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.reactivestreams.Subscriber
<? super Long> (package private) boolean
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
downstream
-
requested
volatile boolean requested
-
-
Constructor Details
-
TimerSubscriber
TimerSubscriber(org.reactivestreams.Subscriber<? super Long> downstream)
-
-
Method Details