gpool: goroutine pool library The goroutine-pool(gpool) aims to provide goroutine pool library, arbitrary fixed number of goroutine to process "job". Installation % go get -u github.com/bizenn/goroutine-pool Required None Full Example See "examples" directory.