FSharp.Control.Reactive 2.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Control.Reactive --version 2.4.0
NuGet\Install-Package FSharp.Control.Reactive -Version 2.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Control.Reactive" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Control.Reactive --version 2.4.0
#r "nuget: FSharp.Control.Reactive, 2.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharp.Control.Reactive as a Cake Addin
#addin nuget:?package=FSharp.Control.Reactive&version=2.4.0

// Install FSharp.Control.Reactive as a Cake Tool
#tool nuget:?package=FSharp.Control.Reactive&version=2.4.0

A F#-friendly wrapper for the Reactive Extensions.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on FSharp.Control.Reactive:

Package Downloads
Fake.Core.Target

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

NBomber

Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).

GetIt

.NET library to help introduce programming in a funnier way. Inspired by Scratch and Turtle graphics.

Ionide.ProjInfo.ProjectSystem

MSBuild evaluation, fsproj file loading, and project system for F# tooling

FSharp.Data.GraphQL.Server

FSharp implementation of Facebook GraphQL query language (Server)

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on FSharp.Control.Reactive:

Repository Stars
lowleveldesign/wtrace
Command line tracing tool for Windows, based on ETW.
lucassklp/Desktop.Robot
A library used to control your mouse and keyboard programmatically in .NET Core
Version Downloads Last updated
5.0.5 662,537 5/3/2022
5.0.4 988 5/3/2022
5.0.3 992 5/3/2022
5.0.2 690,619 3/5/2021
5.0.1 1,484 3/5/2021
5.0.0 8,063 2/25/2021
4.5.0 64,270 12/13/2020
4.4.2 148,826 7/4/2020
4.4.1 4,508 6/27/2020
4.4.0 74,317 6/10/2020
4.3.3 7,658 6/5/2020
4.3.2 1,303 6/5/2020
4.3.1 1,592 6/5/2020
4.3.0 22,199 5/22/2020
4.2.0 1,092,200 3/6/2019
4.1.0 225,492 6/6/2018
4.0.0 15,375 2/21/2018
3.5.0 125,736 12/5/2016
3.4.1 25,259 4/26/2016
3.4.0 1,912 4/24/2016
3.2.0 13,498 5/16/2015
3.1.2 1,828 4/3/2015
3.1.1 2,020 2/12/2015
3.1.0 1,713 2/12/2015
3.0.1 2,277 12/7/2014
2.4.0 5,511 10/14/2014
2.3.7 1,600 10/14/2014
2.3.6 1,618 10/13/2014
2.3.5 1,583 9/30/2014
2.3.2 1,552 9/30/2014
2.3.1 4,410 9/26/2014

Updates courtesty of marklam:
Changed the distinct functions to take F# functions
Added a version of ofSeq which uses a scheduler (ofSeqOn)
Reordered the parameters to scanInit to be more composable
Corrected some spellings and added some tests