Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published