Binary package “golang-github-ivpusic-grpool-dev” in ubuntu oracular

Lightweight Goroutine pool

 Clients can submit jobs. Dispatcher takes job, and sends it to first
 available worker. When worker is done with processing job, will be
 returned back to worker pool.
 .
 Number of workers and Job queue size is configurable.