From 42db6cd7d468b3a139511eed815fefe53cda7db5 Mon Sep 17 00:00:00 2001 From: Matt Carter Date: Fri, 8 May 2015 12:08:54 +1000 Subject: [PATCH] Added async-chainable --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 57a3258..95fb317 100644 --- a/readme.md +++ b/readme.md @@ -259,6 +259,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - Callbacks - [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach. - [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronousity. + - [async-chainable](https://github.com/hash-bang/async-chainable) - Chainable, pluggable async functionality. - [after-all-results](https://github.com/watson/after-all-results) - Bundle results of async functions calls into one callback with all the results. - Generators - [co](https://github.com/visionmedia/co) - The ultimate generator based flow-control goodness.