FSharp.Control.Reactive


Scheduler

Namespace: FSharp.Control.Reactive

Nested types and modules

TypeDescription
Scheduler

Functions and values

Function or valueDescription
asLongRunning(sch)
Signature: sch:IScheduler -> ISchedulerLongRunning option

Returns the 'ISchedulerLongRunning' implementation of the specified scheduler, or 'None' if no such implementation is available.

Fork me on GitHub