rxcpp 2.0.0
See the version list below for details.
dotnet add package rxcpp --version 2.0.0
NuGet\Install-Package rxcpp -Version 2.0.0
<PackageReference Include="rxcpp" Version="2.0.0" />
paket add rxcpp --version 2.0.0
#r "nuget: rxcpp, 2.0.0"
// Install rxcpp as a Cake Addin #addin nuget:?package=rxcpp&version=2.0.0 // Install rxcpp as a Cake Tool #tool nuget:?package=rxcpp&version=2.0.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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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.
This release is a new implementation with many breaking changes. It compiles for gcc, clang and VisualStudio on Linux, OSX and Windows. The focus for version 2.0 has been performance of on_next calls, compiler perf, code usability (including Intellisense) and incorporating some design changes from RxJava.