Package rx.internal.schedulers
Class SchedulerWhen.ImmediateAction
java.lang.Object
java.util.concurrent.atomic.AtomicReference<Subscription>
rx.internal.schedulers.SchedulerWhen.ScheduledAction
rx.internal.schedulers.SchedulerWhen.ImmediateAction
- All Implemented Interfaces:
Serializable,Subscription
- Enclosing class:
SchedulerWhen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SubscriptioncallActual(Scheduler.Worker actualWorker) Methods inherited from class rx.internal.schedulers.SchedulerWhen.ScheduledAction
isUnsubscribed, unsubscribeMethods 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
-
action
-
-
Constructor Details
-
ImmediateAction
-
-
Method Details
-
callActual
- Specified by:
callActualin classSchedulerWhen.ScheduledAction
-