Skip to content

cosmos-stack/cosmos-object-pools

Repository files navigation

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

About

The object pool is used to manage the creation, acquisition and release of object resources.

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors