Skip to content

A handy and fast goroutine pool with a simple pipeline utility.

License

Notifications You must be signed in to change notification settings

damnever/workerpool

Repository files navigation

WorkerPool

Go Reference

This package offers a convenient and efficient worker(goroutine) pool solution, featuring a straightforward concurrent pattern called "pipeline" for effortless integration and usage.

The WorkerPool is extremely useful when we facing "morestack" issue. Also some options can enable us to do lockless operations under some circumstances by using the worker id.