From 00d21e26deae7778e41bf284a26bf523b2d63d38 Mon Sep 17 00:00:00 2001 From: arunsworld <42399533+arunsworld@users.noreply.github.com> Date: Thu, 16 Apr 2020 01:12:26 +0530 Subject: [PATCH] Add nursery - structured concurrency library (#3038) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bbf065b..f0f190d0 100644 --- a/README.md +++ b/README.md @@ -846,6 +846,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. * [Hunch](https://github.com/AaronJan/Hunch) - Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive. * [kyoo](https://github.com/dirkaholic/kyoo) - Provides an unlimited job queue and concurrent worker pools. +* [nursery](https://github.com/arunsworld/nursery) - Structured concurrency in Go. * [oversight](https://cirello.io/oversight) - Oversight is a complete implementation of the Erlang supervision trees. * [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel. * [pond](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go.