From 654af134bc36f133b42cbc3cd15772a579787919 Mon Sep 17 00:00:00 2001 From: chencheng Date: Wed, 6 Aug 2014 07:57:53 +0800 Subject: [PATCH] add when to Control Flow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fae2bc..aebca1a 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy. * [contra](https://github.com/bevacqua/contra/) - Asynchronous flow control with a functional taste to it. * [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. ## Routing