Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 807 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 807 Bytes

CosmosStack ObjectPools Overview

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.


Installation

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.


Thanks

People or projects that have made a great contributions to this project:


License

Member project of Cosmos Stack.

Apache License 2.0