mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update README.md
This commit is contained in:
parent
445af73755
commit
73a19be374
@ -1222,6 +1222,7 @@ _Tools for managing and working with Goroutines._
|
||||
- [conexec](https://github.com/ITcathyh/conexec) - A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking and uses goroutine pool to improve efficiency.
|
||||
- [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-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.
|
||||
|
Loading…
Reference in New Issue
Block a user