From ff219e23d91f04fc2eadbd3112e18d8eb24eeac1 Mon Sep 17 00:00:00 2001 From: Tory Adams Date: Mon, 10 Oct 2016 16:33:59 -0700 Subject: [PATCH] Goworker (#1112) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e20a97..c896b41 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Goroutines *Tools for managing and working with Goroutines* - +* [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. * [tunny](https://github.com/Jeffail/tunny) - A goroutine pool for golang.