summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #475 from jessehouchins/async.retryCaolan McMahon2014-03-301-0/+42
|\
| * fix some poor spellingJesse Houchins2014-03-281-3/+3
| * implement async.retry using async.seriesJesse Houchins2014-03-281-0/+42
* | Add queue.pause() and queue.resume()mk2014-03-281-0/+3
|/
* Add idle() function to determine if the queue has any workCraig Andrews2014-03-281-0/+2
* added readme example to show inversion of sort orderzaphod19842014-03-281-0/+19
* Merge pull request #277 from kimptoc/masterCaolan McMahon2014-03-281-0/+3
|\
| * Point at caolan repo / Travis build - assuming that will be setupChris Kimpton2013-04-011-1/+1
| * nudge travis to buildChris Kimpton2013-04-011-0/+1
| * add async to travisChris Kimpton2013-04-011-0/+2
* | Clarify that `some` and `every` run iterators in parallel in readmeDavid Beck2014-03-281-6/+6
* | Merge pull request #367 from menzoic/patch-1Caolan McMahon2014-03-281-0/+1
|\ \
| * | Update README.mdEsco Obong2013-08-231-0/+1
* | | Merge pull request #391 from kvz/patch-1Caolan McMahon2014-03-281-0/+8
|\ \ \
| * | | Passing an object to .series() may lead to unexpected behaviorKevin van Zonneveld2013-10-141-0/+8
| |/ /
* | | Merge pull request #398 from josher19/patch-1Caolan McMahon2014-03-281-2/+21
|\ \ \
| * | | Update async.auto example in README.md josher192013-10-241-2/+21
* | | | Merge pull request #401 from calendee/eachDocumentationCaolan McMahon2014-03-281-1/+33
|\ \ \ \
| * | | | Changed the order of the asyn.each examples. The simpler version is first. ...Justin Noel2013-10-281-11/+10
| * | | | Added additional example for async.eachJustin Noel2013-10-281-1/+34
| |/ / /
* | | | Merge remote-tracking branch 'ognivo/feature-seq'Caolan McMahon2014-03-281-0/+48
|\ \ \ \
| * \ \ \ Merge branch 'master' of github.com:caolan/async into feature-seqsharp.maestro2013-11-221-0/+11
| |\ \ \ \
| * | | | | added comment in example.sharp.maestro2013-11-071-1/+3
| * | | | | added seq function: natural to read version of composesharp.maestro2013-11-071-0/+46
| | |/ / / | |/| | |
* | | | | Merge pull request #441 from dandv/patch-1Caolan McMahon2014-03-281-0/+4
|\ \ \ \ \
| * | | | | Clarify how cargo differs from queueDan Dascalescu2014-02-101-0/+4
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'kybernetikos/patch-1'Caolan McMahon2014-03-281-4/+19
|\ \ \ \ \
| * | | | | Added a little more description to 'forever'kybernetikos2014-02-121-4/+19
| |/ / / /
* | | | | README.md: numerous minor formatting & phrasing tweaksZearin2014-03-031-252/+261
* | | | | README.md: minor tweaks to formatting (`true`, `false`, `null`, and aliases)Zearin2014-03-031-40/+40
* | | | | README.md: minor formatting tweaks to introductory textZearin2014-03-031-49/+49
* | | | | README.md: improved formatting of argument listsZearin2014-03-031-84/+84
|/ / / /
* | | | Update README to include links to all API functions.Richard Eyre2013-11-151-0/+11
|/ / /
* | | Changed `async.map` to `async.mapLimit` in mapLimit exampleLupo Montero2013-10-191-1/+1
|/ /
* | Fixed syntax error in async auto exampleChrisWren2013-07-061-1/+1
* | replaced all occurences of path.exists with fs.exists in READMEJohannes2013-05-261-8/+8
* | Merge pull request #193 from superjoe30/componentCaolan McMahon2013-05-011-1/+1
|\ \ | |/ |/|
| * ability to use async as a componentAndrew Kelley2012-10-291-1/+1
* | added applyEachSeriesCaolan McMahon2013-03-151-0/+7
* | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-151-16/+49
|\ \
| * | fixed a typoBrian Maissy2013-03-111-1/+1
| * | clarified cargo documentationBrian Maissy2013-03-111-5/+7
| * | Merge pull request #250 from brianmaissy/documentationCaolan McMahon2013-03-111-7/+3
| |\ \
| | * | updated Download section of README. Removed link to empty downloads section a...Brian Maissy2013-03-031-7/+3
| * | | Merge pull request #257 from brianmaissy/bindExampleCaolan McMahon2013-03-111-0/+35
| |\ \ \
| | * | | fixed a typoBrian Maissy2013-03-051-1/+1
| | * | | added an example of binding an iteratorBrian Maissy2013-03-051-0/+35
| * | | | Merge pull request #258 from brianmaissy/typoCaolan McMahon2013-03-111-3/+3
| |\ \ \ \
| | * | | | fixed a couple typos for grammar sticklersBrian Maissy2013-03-051-3/+3
| | |/ / /
| * | | | Fix verb agreement RubyTuesdayDONO2013-03-071-1/+1
| |/ / /