Uses of Class
rx.internal.schedulers.ScheduledAction
-
Packages that use ScheduledAction Package Description rx.internal.schedulers -
-
Uses of ScheduledAction in rx.internal.schedulers
Fields in rx.internal.schedulers declared as ScheduledAction Modifier and Type Field Description (package private) ScheduledAction
ScheduledAction.Remover. s
(package private) ScheduledAction
ScheduledAction.Remover2. s
Fields in rx.internal.schedulers with type parameters of type ScheduledAction Modifier and Type Field Description (package private) java.util.concurrent.ConcurrentLinkedQueue<ScheduledAction>
ExecutorScheduler.ExecutorSchedulerWorker. queue
Methods in rx.internal.schedulers that return ScheduledAction Modifier and Type Method Description ScheduledAction
NewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit)
Schedules the given action by wrapping it into a ScheduledAction on the underlying ExecutorService, returning the ScheduledAction.ScheduledAction
NewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit, SubscriptionList parent)
ScheduledAction
NewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit, CompositeSubscription parent)
Constructors in rx.internal.schedulers with parameters of type ScheduledAction Constructor Description Remover(ScheduledAction s, CompositeSubscription parent)
Remover2(ScheduledAction s, SubscriptionList parent)
-