An open API service indexing awesome lists of open source software.

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.

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)