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

https://github.com/solodynamo/poolboy

go routine pool
https://github.com/solodynamo/poolboy

Last synced: about 1 year ago
JSON representation

go routine pool

Awesome Lists containing this project

README

          




gopool






- 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