tmrts / go-patterns

Curated list of Go design patterns, recipes and idioms

Home Page:http://tmrts.com/go-patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pool should use sync.Pool

darrylwest opened this issue · comments

the use of channels to control the pool is fine, but IMHO it's much better to use the sync.Pool from the stdlib