From 035a45115714dec66f8c8a0ec37b05889e35e612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Aur=C3=A9lio?= Date: Tue, 22 Oct 2019 16:46:57 -0300 Subject: [PATCH] Add sporadic library on control flow section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 391943d..1403c52 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Bluebird](https://github.com/petkaantonov/bluebird/) - fully featured promise library with focus on innovative features and performance. * [when](https://github.com/cujojs/when) - A solid, fast Promises/A+ and when() implementation, plus other async goodies. * [ObjectEventTarget](https://github.com/gartz/ObjectEventTarget) - Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers). +* [sporadic](https://github.com/marcoonroad/sporadic) - Composable concurrency abstractions (such as streams, coroutines and Go-like channels) on top of promises, for Node and browser engines. ## Routing