Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 254 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 254 Bytes

gopool

Library to use a go routine pool to optimize use of go routines.

As of at least go 1.4.2 from golang.org, this library is no longer useful. This is as it should be, plain go routines do better than trying to preallocate them in a pool.