rxcpp 4.0.0

dotnet add package rxcpp --version 4.0.0
NuGet\Install-Package rxcpp -Version 4.0.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="rxcpp" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rxcpp --version 4.0.0
#r "nuget: rxcpp, 4.0.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 rxcpp as a Cake Addin
#addin nuget:?package=rxcpp&version=4.0.0

// Install rxcpp as a Cake Tool
#tool nuget:?package=rxcpp&version=4.0.0

The Reactive Extensions for C++ (RxCpp) is a library of algorithms for values-distributed-in-time. The Range-v3 library does the same for values-distributed-in-space.
       Compiles for gcc, clang and VisualStudio on Linux, OSX and Windows.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 2,866 3/23/2017
3.0.1 1,360 11/26/2016
2.3.0 1,946 3/11/2016
2.2.0 1,649 6/24/2015
2.1.1 1,434 9/2/2014
2.0.0 1,354 6/25/2014
1.0.2 1,540 1/18/2014

rx lite complete!, bug fixes, breaking changes to make repeat(0) and retry(0), VC2017 support, coroutines support, take_while, is_empty