From 660dad1a9d75558f422ce69afe07ea0d71740797 Mon Sep 17 00:00:00 2001 From: Bator Tsyrendylykov Date: Wed, 31 Jan 2018 16:43:09 +0300 Subject: [PATCH] Add CyclicBarrier to goroutines section. (#1778) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ec2deea..91ebe553 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *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-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order. * [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library.