Merge pull request #1190 from kamildrazkiewicz/master

Add go-flow to Goroutines section
This commit is contained in:
Thiago Avelino 2016-11-23 01:37:14 -02:00 committed by GitHub
commit dc6633eff1

View File

@ -471,6 +471,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
## Goroutines ## Goroutines
*Tools for managing and working with Goroutines* *Tools for managing and working with Goroutines*
* [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.
* [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
* [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
* [pool](https://github.com/go-playground/pool) - a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation. * [pool](https://github.com/go-playground/pool) - a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.