Skip to content

ImmediateScheduler class

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.ImmediateScheduler Modifiers: public sealed

Summary

        Represents an object that schedules units of work to run immediately on the current thread.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ImmediateScheduler
class LocalScheduler
LocalScheduler <|-- ImmediateScheduler

Inherits from: LocalScheduler

Properties

NameSummary
static InstanceGets the singleton instance of the immediate scheduler.

Methods

NameSummary
ScheduleSchedules an action to be executed.
Inherited members

See also