FSharp.Control.Reactive


FSharp.Control.Reactive

FSharp.Control.Reactive Namespace

TypeDescription
Disposable
Subject<'a>
WaitHandle
ModuleDescription
Builders
Disposable

Operators to work on disposable types

Disposables
Observable

The Reactive module provides operators for working with IObservable<_> in F#.

Schedule

The Reactive module provides operators for working with IScheduler<_> in F#.

Scheduler
Subject

The Reactive module provides operators working with Subjects in F#.

WaitHandle

FSharp.Control.Reactive.Testing Namespace

TypeDescription
GenTestNotification
TestNotification<'a>

Represents a recorded notification list to an observer.

TestNotifications<'a>
ModuleDescription
Marbles

Reactive Marbles representation to make working with recorded test notifications like visualising the notifications as marbles.

TestNotification

The Reactive module provides operators for working with TestObserver<_> in F#.

TestObservable
TestObserver

The Reactive module provides operators for working with TestObserver<_> in F#.

TestSchedule

The Reactive module provides operators for working with TestScheduler in F#.

Fork me on GitHub