[Pkg-javascript-commits] [node-async] 441/480: docs for retry task argument

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:50 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 669dd6cfe96dc0ec6f62590716c390603a9b2e22
Author: Jesse Houchins <jesse.houchins at tstmedia.com>
Date:   Mon Mar 31 09:02:37 2014 -0500

    docs for retry task argument
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1a85777..375229c 100644
--- a/README.md
+++ b/README.md
@@ -1341,6 +1341,7 @@ result (if any) of the final attempt.
 
 __Arguments__
 
+* `times` - An integer indicating how many times to attempt the `task` before giving up.
 * `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`
   which must be called when finished, passing `err` (which can be `null`) and the `result` of 
   the function's execution, and (2) a `results` object, containing the results of

-- 
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