Parallel.Pipes
1.2.0
See the version list below for details.
dotnet add package Parallel.Pipes --version 1.2.0
NuGet\Install-Package Parallel.Pipes -Version 1.2.0
<PackageReference Include="Parallel.Pipes" Version="1.2.0" />
<PackageVersion Include="Parallel.Pipes" Version="1.2.0" />
<PackageReference Include="Parallel.Pipes" />
paket add Parallel.Pipes --version 1.2.0
#r "nuget: Parallel.Pipes, 1.2.0"
#:package Parallel.Pipes@1.2.0
#addin nuget:?package=Parallel.Pipes&version=1.2.0
#tool nuget:?package=Parallel.Pipes&version=1.2.0
Pipes is a concurrency abstraction.
To learn how to use them, please visit the project home page at:
https://github.com/michaelbradley91/Pipes
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- QuickGraph (>= 3.6.61119.7)
- StickySharedResources (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added the valved pipe. This allows you to Send or Receive from a pipe.
Summary:
* Valved Pipe
* Adapter Inlet
* Adapter Outlet
Ultimately, this enables you to wait for any number of receivers or senders to arrive in one atomic operation! This was implemented using existing pipes.
The mechanism for adding custom composite pipes has been rounded off and simplified. Documentation of the project web site coming soon...