rxcpp 2.2.0
See the version list below for details.
dotnet add package rxcpp --version 2.2.0
NuGet\Install-Package rxcpp -Version 2.2.0
<PackageReference Include="rxcpp" Version="2.2.0" />
paket add rxcpp --version 2.2.0
#r "nuget: rxcpp, 2.2.0"
// Install rxcpp as a Cake Addin #addin nuget:?package=rxcpp&version=2.2.0 // Install rxcpp as a Cake Tool #tool nuget:?package=rxcpp&version=2.2.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 | 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.
bug fixes, iOS support, doxygen docs, run_loop, timer, amb, buffer, replay, window, zip, pairwise