gowp is concurrency limiting goroutine pool.
This commit is contained in:
xiaojunxie 2019-09-20 15:17:56 +08:00 committed by Bo-Yi Wu
parent 7d91f2c757
commit d376c1891d

View File

@ -773,6 +773,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gollback](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks.
* [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library.
* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
* [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.
* [Hunch](https://github.com/AaronJan/Hunch) - Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive.