From 9e19599048b29033289d8b5fa2273223b6d9ac7c Mon Sep 17 00:00:00 2001 From: Aaron Trent Date: Thu, 30 Jul 2015 16:10:10 -0500 Subject: [PATCH] Update readme.md Added bluebird-co to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2b04cb1..1396ff7 100644 --- a/readme.md +++ b/readme.md @@ -272,6 +272,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - Generators - [co](https://github.com/visionmedia/co) - The ultimate generator based flow-control goodness. - [suspend](https://github.com/jmar777/suspend) - Generator-based control flow that plays nice with callbacks, promises, and thunks. + - [bluebird-co](https://github.com/novacrazy/bluebird-co) - A set of high performance yield handlers for Bluebird coroutines. - Promises - [native-promise-only](https://github.com/getify/native-promise-only) - A polyfill for native ES6 Promises. - [Bluebird](https://github.com/petkaantonov/bluebird) - A fully featured promise library with focus on innovative features and performance.