Skip to content

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

License

Notifications You must be signed in to change notification settings

mvachhar/gopool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages