Add go-floc (#1509)

Add workanator/go-floc package in Goroutines
This commit is contained in:
Andrew Bashkatov 2017-07-30 02:08:38 +05:00 committed by Avelino
parent d9cf548e8c
commit 225a91cadf

View File

@ -521,6 +521,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for managing and working with Goroutines.*
* [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease.
* [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
* [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.