This is a micro library that solves a single problem: How to run a large number of async tasks in parallel without running too many at the same time - and without running out of memory.
Info
| Version: | 0.4.0-pre.124681 |
| Author(s): | FLytzen |
| Last Update: | Wednesday, January 19, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/NewOrbit/SafeParallelAsync |
| NuGet Url: | https://www.nuget.org/packages/SafeParallelAsync |
Install
Install-Package SafeParallelAsync
dotnet add package SafeParallelAsync
paket add SafeParallelAsync
SafeParallelAsync Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeQuality.Analyzers(>= 3.0.0)
- StyleCop.Analyzers(>= 1.1.118)
Tags