Thread-safe, non-blocking, managed pool of re-usable resources, with a specified minimum and optional maximum number of resources, and optional expiry time for resources to be cleaned up if not used for a time.
Info
Version: | 1.2.0 |
Author(s): | Andrew Harward |
Last Update: | Tuesday, April 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/extremeandy/AsyncResourcePool |
NuGet Url: | https://www.nuget.org/packages/AsyncResourcePool |
Install
Install-Package AsyncResourcePool
dotnet add package AsyncResourcePool
paket add AsyncResourcePool
AsyncResourcePool Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Threading.Tasks.Dataflow(>= 4.9.0)
- System.Threading.Tasks.Dataflow(>= 4.9.0)
Tags