summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
* | | | added foreverCaolan McMahon2013-03-151-0/+9
|/ / /
* | | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-031-5/+34
|\ \ \ | |/ /
| * | Merge pull request #240 from brianmaissy/documentationCaolan McMahon2013-03-021-3/+32
| |\ \
| | * | added a cautionary note to the documentation of async.autoBrian Maissy2013-02-201-3/+32
| * | | Merge pull request #245 from lookfirst/masterCaolan McMahon2013-03-021-2/+2
| |\ \ \
| | * | | Fixed typo in compose exampleJon Stevens2013-02-251-2/+2
| | |/ /
* | | | add applyEach functionCaolan McMahon2013-03-031-0/+31
|/ / /
* | | Merge pull request #235 from leahciMic/async_auto_error_receives_partial_resultsCaolan McMahon2013-03-021-2/+4
|\ \ \ | |/ / |/| |
| * | Update README.md with auto always passing a results objectMichael Leaney2013-02-131-2/+4
* | | clarified the format of callback functions in the READMEBrian Maissy2013-02-181-49/+56
|/ /