go-workerpool
There are 6 repositories under go-workerpool topic.
catmullet/go-workers
👷 Library for safely running groups of workers concurrently or consecutively that require input and output through channels
TimothyYe/gpool
A lightweight Goroutine pool.
dalmarcogd/gwp
This library give a implementation to work with workers.
akshaybharambe14/go-workerpool
A worker pool in go.
gasparian/worker-pool-go
Implementation of worker pool with a variable balancing strategy
emillis/workerPool
Module that helps you to quickly implement GoLang's Worker Pool concurrency pattern