From ab3adbfea1f9f20ae9d7855d532fa551b7b64dd2 Mon Sep 17 00:00:00 2001 From: Mester19 Date: Mon, 4 Sep 2017 14:05:17 +0200 Subject: [PATCH] Added GoSlaves in Goroutines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f6eda10..1b7c9907 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. * [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order. +* [GoSlaves](https://github.com/Mester19/GoSlaves) - Simple and Asynchronous Goroutine pool library. * [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) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.