Add CyclicBarrier to goroutines section. (#1778)

This commit is contained in:
Bator Tsyrendylykov 2018-01-31 16:43:09 +03:00 committed by Jessica Temporal
parent 6ef17c6760
commit 660dad1a9d

View File

@ -564,6 +564,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for managing and working with Goroutines.* *Tools for managing and working with Goroutines.*
* [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang.
* [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. * [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease.
* [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order. * [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.
* [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library. * [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library.