Package rx.internal.schedulers
package rx.internal.schedulers
-
ClassDescriptionScheduler that wraps an Executor instance and establishes the Scheduler contract upon it.Worker that schedules tasks on the executor indirectly through a trampoline mechanism.A 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.Schedules work on a new thread.ARunnable
that executes anAction0
and can be cancelled.Remove a child subscription from a composite when unsubscribing.Remove a child subscription from a composite when unsubscribing.Represents the capability of a Scheduler to be start or shut down its maintained threads.Allows the use of operators for controlling the timing around when actions scheduled on workers are actually done.Schedules work on the current thread but does not execute immediately.