The object pool is used to manage the creation, acquisition and release of object resources.
This project is based on https://github.com/2881099/SafeObjectPool with some changes.
Install via NuGet (Package Manager):
Install-Package CosmosStack.Extensions.ObjectPools
or modify the .csproj
file:
<PackageReference Include="CosmosStack.Extensions.ObjectPools" Version="LATEST_VERSION" />
Fill in the latest version number in LATEST_VERSION
.
People or projects that have made a great contributions to this project:
- 2881099
- The next one must be you
Member project of Cosmos Stack.