Reactive Extensions Advanced Flow Library contains the Reactive-Streams enabled extension methods to build non-blocking backpressured flows, plus support for Single (1 element or 1 error) and Completable (1 complete or 1 error) reactive types.
Info
Version: | 0.2.0 |
Author(s): | akarnokd |
Last Update: | Tuesday, April 26, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/akarnokd/RxAdvancedFlow |
NuGet Url: | https://www.nuget.org/packages/RxAdvancedFlow |
Install
Install-Package RxAdvancedFlow
dotnet add package RxAdvancedFlow
paket add RxAdvancedFlow
RxAdvancedFlow Download (Unzip the "nupkg" after downloading)
Dependencies
- ReactiveStreamsCS(>= 0.2.0)
Tags