Skip to content

Scheduler.CurrentThread property

Defined in

Type: Scheduler Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public static CurrentThreadScheduler CurrentThread { get; }

Summary: Gets a scheduler that schedules work as soon as possible on the current thread.

Returns: CurrentThreadScheduler