Package | Description |
---|---|
rx.internal.schedulers |
Class and Description |
---|
GenericScheduledExecutorService
A default
ScheduledExecutorService that can be used for scheduling actions when a Scheduler implementation doesn't have that ability. |
ImmediateScheduler
Executes work immediately on the current thread.
|
ScheduledAction
A
Runnable that executes an Action0 and can be cancelled. |
SchedulePeriodicHelper.NowNanoSupplier
Return the current time in nanoseconds.
|
SchedulerLifecycle
Represents the capability of a Scheduler to be start or shut down its maintained
threads.
|
TrampolineScheduler
Schedules work on the current thread but does not execute immediately.
|
Copyright © 2018. All rights reserved.