Class SchedulerWhen.DelayedAction
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicReference<Disposable>
-
- io.reactivex.rxjava3.internal.schedulers.SchedulerWhen.ScheduledAction
-
- io.reactivex.rxjava3.internal.schedulers.SchedulerWhen.DelayedAction
-
- All Implemented Interfaces:
Disposable
,java.io.Serializable
- Enclosing class:
- SchedulerWhen
static class SchedulerWhen.DelayedAction extends SchedulerWhen.ScheduledAction
-
-
Constructor Summary
Constructors Constructor Description DelayedAction(java.lang.Runnable action, long delayTime, java.util.concurrent.TimeUnit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Disposable
callActual(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)
-
Methods inherited from class io.reactivex.rxjava3.internal.schedulers.SchedulerWhen.ScheduledAction
call, dispose, isDisposed
-
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
-
-
-
-
Method Detail
-
callActual
protected Disposable callActual(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)
- Specified by:
callActual
in classSchedulerWhen.ScheduledAction
-
-