From 555ecc13217333dd42e67f52b93cd09ed6996568 Mon Sep 17 00:00:00 2001 From: Rodrigo Brito Date: Mon, 8 Oct 2018 04:59:19 -0300 Subject: [PATCH] Include StudioSol/async (#2140) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1df75937..2fa6709c 100644 --- a/README.md +++ b/README.md @@ -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.