mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add hands (#3040)
This commit is contained in:
parent
a261be477c
commit
7a1a08bf17
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user