Info
| Version: | 1.0.2 |
| Author(s): | Piotr Słuja |
| Last Update: | Monday, November 27, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/psluja/psluja.ObjectPools |
| NuGet Url: | https://www.nuget.org/packages/psluja.ObjectPools |
Install
Install-Package psluja.ObjectPools
dotnet add package psluja.ObjectPools
paket add psluja.ObjectPools
psluja.ObjectPools Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Large objects that are costly to create, state-full, not thread safe are difficult to use in mult-thread environment. This little, lightweight library will help share limited number of objects between many threads.