https://github.com/cosmos-stack/cosmos-object-pools
The object pool is used to manage the creation, acquisition and release of object resources.
https://github.com/cosmos-stack/cosmos-object-pools
Last synced: about 1 year ago
JSON representation
The object pool is used to manage the creation, acquisition and release of object resources.
- Host: GitHub
- URL: https://github.com/cosmos-stack/cosmos-object-pools
- Owner: cosmos-stack
- License: apache-2.0
- Created: 2020-06-01T07:59:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T08:56:55.000Z (over 3 years ago)
- Last Synced: 2025-02-15T06:36:32.947Z (over 1 year ago)
- Language: C#
- Size: 451 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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):
```shell
Install-Package CosmosStack.Extensions.ObjectPools
```
or modify the `.csproj` file:
```xml
```
Fill in the latest version number in `LATEST_VERSION`.
---
## Thanks
People or projects that have made a great contributions to this project:
- [2881099](https://github.com/2881099)
- _The next one must be you_
---
## License
Member project of [Cosmos Stack](https://github.com/cosmos-stack).
[Apache License 2.0](/LICENSE)