rxcpp by Microsoft Open Technologies Inc.

<PackageReference Include="rxcpp" Version="2.3.0" />

.NET API 0 bytes

 rxcpp 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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>rxcpp</id>
    <version>2.3.0</version>
    <title>Reactive Extensions for C++</title>
    <authors>Microsoft Open Technologies Inc.</authors>
    <owners>Microsoft Open Technologies Inc.</owners>
    <licenseUrl>http://rxcpp.codeplex.com/license</licenseUrl>
    <projectUrl>https://rxcpp.codeplex.com/</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <summary>The Reactive Extensions (Rx) asynchronous programming library</summary>
    <releaseNotes>bug fixes, delay, distinct, element_at, ignore_elements, on_error_resume_next, sample_time, tap</releaseNotes>
    <copyright>Copyright 2016</copyright>
    <tags>RxCpp RxC++ Rx Reactive Observable Functional native nativepackage</tags>
  </metadata>
</package>