https://github.com/solodynamo/poolboy
go routine pool
https://github.com/solodynamo/poolboy
Last synced: about 1 year ago
JSON representation
go routine pool
- Host: GitHub
- URL: https://github.com/solodynamo/poolboy
- Owner: solodynamo
- License: mit
- Created: 2018-09-29T13:18:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T21:49:59.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T13:41:50.656Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- To run benchmark := go test -test.bench=
- To run tests := go test -v
- To do : Clean routines after defined intervals.
- To do : use sync.Pool as allocating many objects of the same type