Include StudioSol/async (#2140)

This commit is contained in:
Rodrigo Brito 2018-10-08 04:59:19 -03:00 committed by Avelino
parent b091fa9965
commit 555ecc1321

View File

@ -630,6 +630,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for managing and working with Goroutines.*
* [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.
* [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.