From 7a1a08bf179cb239300a88049df2e62b69b1b6cf Mon Sep 17 00:00:00 2001 From: DUANCKHAM <1646498+duanckham@users.noreply.github.com> Date: Thu, 16 Apr 2020 03:50:55 +0800 Subject: [PATCH] Add hands (#3040) --- README.md | 1 + 1 file changed, 1 insertion(+) 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.