Parallel.Pipes 1.2.4

dotnet add package Parallel.Pipes --version 1.2.4
                    
NuGet\Install-Package Parallel.Pipes -Version 1.2.4
                    
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="Parallel.Pipes" Version="1.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Parallel.Pipes" Version="1.2.4" />
                    
Directory.Packages.props
<PackageReference Include="Parallel.Pipes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Parallel.Pipes --version 1.2.4
                    
#r "nuget: Parallel.Pipes, 1.2.4"
                    
#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.
#addin nuget:?package=Parallel.Pipes&version=1.2.4
                    
Install as a Cake Addin
#tool nuget:?package=Parallel.Pipes&version=1.2.4
                    
Install as a Cake Tool

Pipes is a concurrency abstraction.

To learn how to use them, please visit the project home page at:
https://github.com/michaelbradley91/Pipes

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.4 1,462 1/2/2016
1.2.3 1,153 1/2/2016
1.2.2 1,177 1/2/2016
1.2.1 1,193 1/2/2016
1.2.0 1,198 1/2/2016
1.1.3 1,186 12/30/2015
1.1.2 1,182 12/30/2015
1.1.1 1,176 12/28/2015
1.1.0 1,176 12/28/2015
1.0.0 1,403 12/26/2015

Final simplification of custom pipes.

Provided Promised object to reduce the complexity of building a pipe's inlets and outlets.