Scheduler.Immediate property¶
Defined in
Type: Scheduler
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static ImmediateScheduler Immediate { get; }
Summary: Gets a scheduler that schedules work immediately on the current thread.
Returns: ImmediateScheduler