summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix "RangeError: Maximum call stack size exceeded"Stéphane MBAPE2018-02-141-1/+4
* Fix typo (#1511)Bao Pham2018-01-291-1/+1
* generate lib/index.js from a template and a list of aliasesAlexander Early2017-10-153-82/+90
* Fix tryEach documentation code exampleGrasseh2017-09-121-1/+1
* Use shift instead of splice (when possible) in queueDoron Pagot2017-07-211-1/+3
* clarify retry vs retryable in docs. closes #1450Alexander Early2017-07-161-2/+2
* Improve `async.queue` start up performance (#1448)Hubert Argasinski2017-07-101-1/+9
* preserve order, make variadic and handle falsy values in concat [fixes #1437]...Hubert Argasinski2017-06-235-29/+32
* add concatLimit [fixes #1426] (#1430)Hubert Argasinski2017-06-102-0/+25
* ensure q.workersList() contains items being processed [fixes #1428] (#1429)Hubert Argasinski2017-06-101-2/+3
* clarify q.kill docs [fixes #1422]Hubert Argasinski2017-05-241-1/+2
* allow fn wrapped in timeout to be called multiple times (fixes #1418)timeout-fixHubert Argasinski2017-05-201-21/+20
* Merge pull request #1408 from davidaurelio/masterAlex Early2017-04-221-2/+15
|\
| * [asyncify] Make errors in callbacks throw globallyDavid Aurelio2017-04-191-2/+15
* | Fix typoSebastian Fuss2017-04-221-1/+1
|/
* Avoid eval in async wrappers; fixes #1403Graeme Yeates2017-04-171-14/+2
* refactor flaky queue testsAlexander Early2017-04-081-2/+1
* Merge pull request #1397 from caolan/linked-list-methodsAlex Early2017-04-083-1/+36
|\
| * rename filter to removeAlexander Early2017-04-082-5/+3
| * add queue.removelinked-list-methodsAlexander Early2017-04-062-0/+11
| * added tests for DLL, filter(), non-leaking empty()Alexander Early2017-04-061-1/+27
* | handle async functions in tryEachAlexander Early2017-04-061-6/+8
* | Merge pull request #1365 from alFReD-NSH/tryAlex Early2017-04-062-0/+61
|\ \
| * | Add async.tryEach, Fixes #687Farid Neshat2017-03-022-0/+61
* | | one more style fixwaterfall-optimizationAlexander Early2017-04-041-1/+2
* | | small fixes from reviewAlexander Early2017-04-044-23/+19
* | | simplify waterfall, commit built filesAlexander Early2017-04-031-15/+13
* | | fix ellipsis in commentsAlexander Early2017-04-033-3/+3
* | | replace lodash/sliceAlexander Early2017-04-032-2/+2
* | | remove rest completelyAlexander Early2017-04-0312-57/+57
* | | fix lint errorAlexander Early2017-04-031-1/+0
* | | optimize whilst and family, seq, and reflectAlexander Early2017-04-035-22/+22
* | | optimize auto, parallel, and waterfall by not useing rest()Alexander Early2017-04-024-17/+28
| |/ |/|
* | change timing of q.empty() so that q.idle() will be false. Fixes #1367Alexander Early2017-04-021-2/+3
* | Merge pull request #1390 from caolan/async-fn-supportAlex Early2017-04-0280-329/+448
|\ \
| * | missed some docsasync-fn-supportAlexander Early2017-04-022-8/+8
| * | fix lint errorAlexander Early2017-04-012-11/+10
| * | use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-0166-248/+237
| * | clarify AsyncFunction docsAlexander Early2017-03-312-7/+11
| * | custom typedef doc testAlexander Early2017-03-272-10/+43
| * | fix small issues from PRAlexander Early2017-03-272-5/+6
| * | handle async functions in relevant utility methodsAlexander Early2017-03-256-5/+15
| * | handle async funcs in control flow methodsAlexander Early2017-03-2518-40/+76
| * | wrapped all collections methodsAlexander Early2017-03-249-16/+27
| * | factor out async support check, make wrapAsync identity() in non-supported envsAlexander Early2017-03-221-5/+22
| * | initial experiment with async fn supportAlexander Early2017-03-228-7/+26
* | | Fix a typo: occured -> occurredFelix Yan2017-03-302-2/+2
|/ /
* | Add a hint to `reflect` in the documentation of `parallel`Pierre Fritsch2017-03-161-0/+2
* | Make async.transform actually support 2 argumentswebbiesdk2017-03-131-1/+1
* | [#1348] initial groupBy implementation (#1364)Hubert Argasinski2017-02-275-1/+124
|/