From 0ef15a8f5bdc5ab0ee0716a7e547b51d5726942d Mon Sep 17 00:00:00 2001 From: Sherif Abdel-Naby Date: Thu, 10 Jan 2019 10:38:50 +0200 Subject: [PATCH] Add gpool (#2315) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02d4e8ce2b2..0f717529d18 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. * [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel. * [pool](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.