Class TrampolineScheduler.SleepingRunnable
java.lang.Object
io.reactivex.rxjava3.internal.schedulers.TrampolineScheduler.SleepingRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
TrampolineScheduler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final Runnable
private final TrampolineScheduler.TrampolineWorker
-
Constructor Summary
ConstructorsConstructorDescriptionSleepingRunnable
(Runnable run, TrampolineScheduler.TrampolineWorker worker, long execTime) -
Method Summary
-
Field Details
-
run
-
worker
-
execTime
private final long execTime
-
-
Constructor Details
-
SleepingRunnable
SleepingRunnable(Runnable run, TrampolineScheduler.TrampolineWorker worker, long execTime)
-
-
Method Details