Uses of Package
rx.internal.schedulers
Packages that use rx.internal.schedulers
-
Classes in rx.internal.schedulers used by rx.internal.schedulersClassDescriptionA default
ScheduledExecutorService
that can be used for scheduling actions when aScheduler
implementation doesn't have that ability.Utility class to create the individual ScheduledExecutorService instances for the GenericScheduledExecutorService class.Executes work immediately on the current thread.ARunnable
that executes anAction0
and can be cancelled.Represents the capability of a Scheduler to be start or shut down its maintained threads.Schedules work on the current thread but does not execute immediately. -
Classes in rx.internal.schedulers used by rx.internal.utilClassDescriptionRepresents the capability of a Scheduler to be start or shut down its maintained threads.