From 604a13b215c891a69b553455a1d66328d972e97d Mon Sep 17 00:00:00 2001 From: Kamil Drazkiewicz Date: Tue, 22 Nov 2016 14:00:35 +0100 Subject: [PATCH] Go-flow added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7f2f9a9..f2a48e62 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## 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 * [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.