add a new repository of goroutine pool (#2183)

This commit is contained in:
Andy Pan 2018-10-25 03:40:58 +08:00 committed by Avelino
parent a01c1fc404
commit 9ff7813f42

View File

@ -632,6 +632,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for managing and working with Goroutines.*
* [ants](https://github.com/panjf2000/ants) - A high-performance goroutine pool for golang.
* [async](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic.
* [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang.
* [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease.