rxcpp 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package rxcpp --version 2.3.0
NuGet\Install-Package rxcpp -Version 2.3.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="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rxcpp --version 2.3.0
#r "nuget: rxcpp, 2.3.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=2.3.0

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

The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and operators. Operators are the asynchronous form of standard library algorithms and they operate on Observables instead of iterators. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize the concurrency in the asynchronous data streams using Schedulers.
       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

bug fixes, delay, distinct, element_at, ignore_elements, on_error_resume_next, sample_time, tap