From f4f3dad4314347293a8fa87ea391e3e21822b98f Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Thu, 28 Mar 2019 08:00:25 -0700 Subject: [PATCH] Add go-tools/multithreading for manage goroutines (#2446) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae1bc1b3..66df6232 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [go-tools/multithreading](https://github.com/nikhilsaraf/go-tools) - Manage a pool of goroutines using this lightweight library with a simple API. * [go-trylock](https://github.com/subchen/go-trylock) - TryLock support on read-write lock for Golang. * [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library. * [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.