FSharp.Control.Reactive


Scheduler

Namespace: FSharp.Control.Reactive
Parent Module: Scheduler

Constructors

ConstructorDescription
new()
Signature: unit -> Scheduler

CompiledName: .ctor

Static members

Static memberDescription
Scheduler.EventLoop
Signature: EventLoopScheduler

Creates an object that schedules units of work on a designated thread.

CompiledName: get_EventLoop

Scheduler.Historical
Signature: HistoricalScheduler

Creates a historical scheduler with a minimum value of DateTimeOffset as initial clock.

CompiledName: get_Historical

Fork me on GitHub