[Pkg-javascript-commits] [node-async] 328/480: Merge pull request #193 from superjoe30/component
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 6b4709e986c37ddba094c8338333ac22d7a657de
Merge: d32dc25 2960736
Author: Caolan McMahon <caolan.mcmahon at gmail.com>
Date: Wed May 1 03:11:14 2013 -0700
Merge pull request #193 from superjoe30/component
ability to use async as a component
README.md | 2 +-
component.json | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --cc README.md
index c5e8b51,321531f..257def3
--- a/README.md
+++ b/README.md
@@@ -3,10 -3,10 +3,10 @@@
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for
use with [node.js](http://nodejs.org), it can also be used directly in the
- browser.
+ browser. Also supports [component](https://github.com/component/component).
Async provides around 20 functions that include the usual 'functional'
-suspects (map, reduce, filter, forEach…) as well as some common patterns
+suspects (map, reduce, filter, each…) as well as some common patterns
for asynchronous control flow (parallel, series, waterfall…). All these
functions assume you follow the node.js convention of providing a single
callback as the last argument of your async function.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list