ImmediateScheduler public sealed class ImmediateScheduler : LocalScheduler Represents an object that schedules units of work to run immediately on the current thread. Documentation Code public static ImmediateScheduler Instance { get; } Gets the singleton instance of the immediate scheduler.