FSharp.Control.R3 provides F#-style modules for working with the R3.
The fundamental problem with AsyncSeq is that the subscriber cannot say, "I've had enough; unsubscribe me, please".
The solution for this is Reactive Extensions (Rx), which has an F# wrapper FSharp.Control.Reactive.
R3 is a similar wrapper for R3, a re-implementation of Rx.
PM> Install-Package FSharp.Control.R3
Takes you by the hand through a series of steps to create your first thing.
Guides you through the steps involved in addressing key problems and use-cases.
Discusses key topics and concepts at a fairly high level and provide useful background information and explanation..
Contain technical reference for APIs.