From 90e4fde4038e921d58e7fc9929953d05c2ca0778 Mon Sep 17 00:00:00 2001 From: Bui Thang Date: Thu, 11 Jun 2020 23:17:24 +0700 Subject: [PATCH] Add goccm (#3117) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa206449..eea84cc5 100644 --- a/README.md +++ b/README.md @@ -845,6 +845,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [go-waitgroup](https://github.com/pieterclaerhout/go-waitgroup) - Like `sync.WaitGroup` with error handling and concurrency control. +* [goccm](https://github.com/zenthangplus/goccm) - Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently. * [gohive](https://github.com/loveleshsharma/gohive) - A highly performant and easy to use Goroutine pool for Go. * [gollback](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks. * [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library.