System.Reactive.Concurrency Namespace
Classes
ClassDescriptionControlSchedulerRepresents an object that schedules units of work on the message loop associated with a Windows Forms control.
CurrentThreadSchedulerRepresents an object that schedules units of work on the current thread.
DispatcherSchedulerRepresents an object that schedules units of work on a Dispatcher.
EventLoopSchedulerRepresents an object that schedules units of work on a designated thread.
HistoricalSchedulerProvides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.
HistoricalSchedulerBaseRepresents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.
ImmediateSchedulerRepresents an object that schedules units of work to run immediately on the current thread.
NewThreadSchedulerRepresents an object that schedules each unit of work on a separate thread.
SchedulerProvides a set of static methods for creating Schedulers.
SynchronizationContextSchedulerRepresents an object that schedules units of work on a provided SynchronizationContext.
TaskPoolSchedulerRepresents an object that schedules units of work using a provided TaskFactory.
ThreadPoolSchedulerRepresents an object that schedules units of work on the threadpool.
VirtualTimeScheduler<TAbsolute, TRelative>Represents the base class for virtual time schedulers using a priority queue for scheduled items.
VirtualTimeSchedulerBase<TAbsolute, TRelative>Represents the base class for virtual time schedulers.## Interfaces
InterfaceDescriptionIScheduledItem
ISchedulerRepresents an object that schedules units of work.