add github.com/AaronJan/Hunch (#2577)

This commit is contained in:
AaronJan 2019-06-27 10:39:13 +08:00 committed by Cássio Botaro
parent 50d26d61f0
commit 32a617f32b

View File

@ -753,6 +753,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker. * [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
* [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency. * [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. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
* [Hunch](https://github.com/AaronJan/Hunch) - Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive.
* [oversight](https://cirello.io/oversight) - Oversight is a complete implementation of the Erlang supervision trees. * [oversight](https://cirello.io/oversight) - Oversight is a complete implementation of the Erlang supervision trees.
* [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel. * [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel.
* [pool](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation. * [pool](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.