https://github.com/theskyinflames/pool
a generic pool implementation based on channels
https://github.com/theskyinflames/pool
golang pool simple-pool theskyinflames
Last synced: 8 months ago
JSON representation
a generic pool implementation based on channels
- Host: GitHub
- URL: https://github.com/theskyinflames/pool
- Owner: theskyinflames
- License: apache-2.0
- Created: 2019-02-07T23:39:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T09:48:51.000Z (over 6 years ago)
- Last Synced: 2025-01-05T17:11:51.647Z (9 months ago)
- Topics: golang, pool, simple-pool, theskyinflames
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pool
a generic pool implementation based on channels