add Gowl to the Goroutines list

This commit is contained in:
Hamed Yousefi 2021-04-18 19:34:48 +04:30 committed by Avelino
parent 43245454ad
commit 0f7b98dd1f

View File

@ -909,6 +909,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gohive](https://github.com/loveleshsharma/gohive) - A highly performant and easy to use Goroutine pool for Go.
* [gollback](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks.
* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
* [gowl](https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status.
* [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.