From b6e5a874ffe090331a78d57e3ae5e60ee32455ab Mon Sep 17 00:00:00 2001 From: Nikita Date: Sat, 27 Jan 2024 22:35:37 +0400 Subject: [PATCH] add go-accumulator (#5151) Co-authored-by: Nikita Terentyev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92619ba7..b03fec4b 100644 --- a/README.md +++ b/README.md @@ -1254,6 +1254,7 @@ _Tools for managing and working with Goroutines._ - [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. - [execpool](https://github.com/hexdigest/execpool) - A pool built around exec.Cmd that spins up a given number of processes in advance and attaches stdin and stdout to them when needed. Very similar to FastCGI or Apache Prefork MPM but works for any command. - [flowmatic](https://github.com/carlmjohnson/flowmatic) - Structured concurrency made easy. +- [go-accumulator](https://github.com/nar10z/go-accumulator) - Solution for accumulation of events and their subsequent processing. - [go-actor](https://github.com/vladopajic/go-actor) - A tiny library for writing concurrent programs using actor model. - [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. - [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.