Info
Version: | 1.0.0 |
Author(s): | Paul Smelser |
Last Update: | Wednesday, November 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PipesAndFilters |
Install
Install-Package PipesAndFilters
dotnet add package PipesAndFilters
paket add PipesAndFilters
PipesAndFilters Download (Unzip the "nupkg" after downloading)
The behaviour between filters is similar to a producer consummer pattern and makes use of BlockingCollection to maximize concurrent execution of filters.