summaryrefslogtreecommitdiff
path: root/lib/queue.js
Commit message (Collapse)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-2/+2
|
* V3 Docs :: Fix "unshirtAsync" typo (#1712)Ilia2020-08-181-1/+1
|
* fix typo (#1707)Michael Collier2020-03-031-1/+1
|
* feat(queue): add pushAsync and unshiftAsync functions that reject on error. ↵Alexander Early2019-06-221-2/+6
| | | | Closes #1659
* BREAKING CHANGE: awaitable queues (#1641)Alex Early2019-05-191-19/+35
| | | | | | | | | | | | * BREAKING CHANGE: awaitable queues * fix priorityQueue tests * fix tests in firefox * make the upgrade a bit more user-friendly * clarify docs
* sentence fix (#1581)Tony2018-09-211-1/+1
| | | Just a little thing I noticed :)
* feat: Iterable queues (#1556)Alex Early2018-07-091-1/+13
| | | | | | * feat: iterable queues * docs
* ES6-ify codebase (#1553)Alex Early2018-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* need to demonstrate error cb not just drain cbOperations Research Engineering Software+2018-06-031-0/+5
| | | need to demonstrate to users how to use a single error callback
* clarify q.kill docs [fixes #1422]Hubert Argasinski2017-05-241-1/+2
|
* add queue.removelinked-list-methodsAlexander Early2017-04-061-0/+6
|
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-5/+3
|
* handle async funcs in control flow methodsAlexander Early2017-03-251-1/+3
|
* Fix docs for queue.started boolean (not a function)Peter Lyons2016-07-141-2/+2
|
* Update queue.jsscottarver2016-07-081-1/+1
|
* Genetate import path using jsdoc pluginGraeme Yeates2016-06-291-3/+0
|
* jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-291-3/+6
| | | | | | jsdocs: style fix in outputted html jsdoc: added documentation to support script
* Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-2/+4
|
* Update typedef invoke docsGraeme Yeates2016-06-291-10/+10
|
* Initial esdocs documentation (#1083)Graeme Yeates2016-06-291-2/+2
|
* Merge pull request #1170 from jnordberg/queue-errorAlex Early2016-05-311-0/+2
|\ | | | | Add optional error handler to queues
| * Document queue error callbackJohan Nordberg2016-05-311-0/+2
| |
* | Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵John-David Dalton2016-05-311-2/+0
|/ | | | strict mode.
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-121-0/+96
| | | | this should be the last of the public methods requiring documentaiton
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+9