You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.