diff --git a/README.md b/README.md index 3bc2acb5..b8eb1e75 100644 --- a/README.md +++ b/README.md @@ -844,6 +844,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gowp](https://github.com/xxjwxc/gowp) - gowp is concurrency limiting goroutine pool. * [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. +* [hands](https://github.com/duanckham/hands) - A process controller used to control the execution and return strategies of multiple goroutines. * [Hunch](https://github.com/AaronJan/Hunch) - Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive. * [kyoo](https://github.com/dirkaholic/kyoo) - Provides an unlimited job queue and concurrent worker pools. * [nursery](https://github.com/arunsworld/nursery) - Structured concurrency in Go.