Reactive.Streams 1.0.0-RC1

This is a prerelease version of Reactive.Streams.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Reactive.Streams --version 1.0.0-RC1
NuGet\Install-Package Reactive.Streams -Version 1.0.0-RC1
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="Reactive.Streams" Version="1.0.0-RC1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reactive.Streams --version 1.0.0-RC1
#r "nuget: Reactive.Streams, 1.0.0-RC1"
#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 Reactive.Streams as a Cake Addin
#addin nuget:?package=Reactive.Streams&version=1.0.0-RC1&prerelease

// Install Reactive.Streams as a Cake Tool
#tool nuget:?package=Reactive.Streams&version=1.0.0-RC1&prerelease

Reactive Streams API

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Reactive.Streams:

Package Downloads
Akka.Streams The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Streaming support for Akka.NET. Introduces a LINQ-like interface for writing asynchronous, back-pressure-aware streams built on top of Akka.NET actors.

Reactive.Streams.TCK

Reactive Streams Technology Compatibility Kit

Reactive4.NET

ReactiveX style Reactive-Streams compliant library for composing synchronous and asynchronous sequences.

Vlingo.Xoom.Streams

The VLINGO XOOM platform SDK for Reactive Streams built on XOOM ACTORS.

Epic.Data.Infrastructure

DDD Infrastructure

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Reactive.Streams:

Repository Stars
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
Version Downloads Last updated
1.0.2 1,756,565 4/7/2017
1.0.0-RC1 36,912 7/5/2016

- Support for PCL Profile7
- Removed non-generic IPublisher and ISubscriber interfaces.