Skip to content

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.

About

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

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages