rxcpp 2.1.1

dotnet add package rxcpp --version 2.1.1
                    
NuGet\Install-Package rxcpp -Version 2.1.1
                    
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.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="rxcpp" Version="2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="rxcpp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add rxcpp --version 2.1.1
                    
#r "nuget: rxcpp, 2.1.1"
                    
#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.
#addin nuget:?package=rxcpp&version=2.1.1
                    
Install rxcpp as a Cake Addin
#tool nuget:?package=rxcpp&version=2.1.1
                    
Install rxcpp as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 267 9/2/2014
2.1.0 63 9/2/2014
2.0.0 95 6/25/2014
1.0.2 67 1/18/2014

bug fixes, blocking_observable, tracing hooks and new operators; subscribe_on/observe_on, repeat, skip, finally, group_by, window, retry, scope, start_with, first, last, count