https://github.com/go-aah/pool
interface{} pool in the form of bounded channel
https://github.com/go-aah/pool
aah-framework any-type channel-based efficient-pool pool
Last synced: about 1 year ago
JSON representation
interface{} pool in the form of bounded channel
- Host: GitHub
- URL: https://github.com/go-aah/pool
- Owner: go-aah
- License: mit
- Created: 2017-01-20T01:40:00.000Z (over 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-03-05T10:24:52.000Z (over 8 years ago)
- Last Synced: 2023-07-28T12:54:01.108Z (almost 3 years ago)
- Topics: aah-framework, any-type, channel-based, efficient-pool, pool
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pool - aah framework
[](https://travis-ci.org/go-aah/pool) [](https://codecov.io/gh/go-aah/pool/branch/master) [](https://goreportcard.com/report/aahframework.org/pool.v0) [](https://github.com/go-aah/pool/releases/latest) [](https://godoc.org/aahframework.org/pool.v0) [](LICENSE)
***v0.2 [released](https://github.com/go-aah/pool/releases/latest) and tagged on Mar 04, 2017***
Generic `interface{}` pool in the form of bounded channel.
*`pool` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
# Installation
#### Stable - Version
```sh
# install the library
go get -u aahframework.org/pool.v0
```
See official page [TODO]