workerpool
There are 35 repositories under workerpool topic.
xxjwxc/gowp
golang worker pool , Concurrency limiting goroutine pool
neilotoole/errgroup
errgroup with goroutine worker limits
dpaks/goworkers
A minimal and efficient workerpool implementation in Go using goroutines.
sherifabdlnaby/gpool
gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.
qianguozheng/go-workerpool
Worker pool implementation
lobocv/simpleflow
Generic simple workflows and concurrency patterns
surendratiwari3/paota
An efficient Distribute Go task queue framework, facilitating the seamless orchestration and execution of tasks. Alternative to machinery and Celery.
mix-go/xwp
A dynamic golang worker pool, coroutine pool / 通用动态工作池、协程池
yudhasubki/eventpool
Eventpool provides a simple and efficient implementation of a Queue with Topic and Worker Pool in Golang.
enriquebris/goworkerpool
go pool of concurrent workers with the ability to add / kill / pause / resume workers on demand
zenthangplus/go-workerpool
Go WorkerPool aims to control heavy Go Routines
proullon/workerpool
auto scaling generic worker pool
InkoHX/vm2-discordjs
Execute the sent JavaScript code in the VM.
dalmarcogd/gwp
This library give a implementation to work with workers.
dc0d/spool
simple worker pool
zswDev/lib_co
a c++ continue library
agungsid/go-workerpool
Worker-Pool written in GO
dreamph/workerpool
Golang Worker Pool
kunaltaitkar/goworkerpool
go pool of concurrent workers with the ability to add / kill workers on demand
mix-go/workerpool
A common workerpool class library
abdullahb53/epoll-fd-handle-connections
Golang epoll fd handle connections (sockets) with worker pool.
davidroman0O/retrypool
A powerful Go library for concurrent task processing with customizable retry logic and backoff strategies. Enhance your applications with robust and efficient worker pools that handle retries seamlessly.
enriquebris/workerpool
golang pool of workers
frankkopp/workerpool
Another WorkerPool implementation in Go
monodeepdas1215/splash
Splash is a light-weight threadpool library written in go for all generic use cases of a workerpool/threadpool.
Skippia/Asynchronous_travel_around_Node.js
Event loop tasks, async debugging, baseline performance(libuv), worker threads, workepools, multiprocessing(clustering), semaphores, mutexes, atomics
erhemdi/workerpool
Simple worker pool
giacomodeliberali/autonomic-farm
🎓Farm parallel pattern in C++ that can increment or decrement the number of workers to achieve a constant service time, provided as input
n-r-w/retrypool
Go worker pool with error control
ramadani/workerpool
A simple and efficient way to manage a pool of worker goroutines for concurrent task processing in Go
Agraphie/NaiveWorkerPool
A simple worker pool for submitting work to
covrom/workerpool
benchmark: workerpool vs goroutines with params
stringcode86/orderedWorkerPool
orderedWorkerPool simple golang worker pool that executes work asynchronously but delivers results in order of dispatch.
thanhtranna/workerpool
Concurrency limiting goroutine pool