BatchFlow is a .NET library that takes care of all the plumbing you need around large batch processing, especially the producer/consumer pattern that you (probably) should use.
Info
Version: | 0.5.6 |
Author(s): | Teun Duynstee |
Last Update: | Sunday, February 28, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Teun/BatchFlow |
NuGet Url: | https://www.nuget.org/packages/BatchFlow |
Install
Install-Package BatchFlow
dotnet add package BatchFlow
paket add BatchFlow
BatchFlow Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net(>= 2.0.0)
Tags