summaryrefslogtreecommitdiff
path: root/lib/internal/queue.js
Commit message (Collapse)AuthorAgeFilesLines
* use each instead of somequeue-optsAlexander Early2016-07-071-3/+2
|
* Optimize queue processingGraeme Yeates2016-07-031-8/+8
|
* Implment queues using DLLsGraeme Yeates2016-06-301-26/+26
|
* Merge pull request #1170 from jnordberg/queue-errorAlex Early2016-05-311-0/+5
|\ | | | | Add optional error handler to queues
| * Add queue.error handler.Johan Nordberg2016-05-291-0/+5
| | | | | | With the signature `function(error, task){}`
* | Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵John-David Dalton2016-05-311-2/+0
|/ | | | strict mode.
* changed saturated and unsaturated to better reflect realityAlexander Early2016-03-221-3/+7
|
* convert priorityQueue tests to mochaAlexander Early2016-03-221-6/+9
|
* added a base implementation for unsaturation event #868Ernie Casilla2016-02-201-0/+5
| | | | | | updating the README fix readme
* handle moved lodash internal methodsAlexander Early2016-02-101-3/+3
|
* update locations of lodash methods--global2016-01-131-2/+2
|
* Avoid including lodash string parsing in bundleGraeme Yeates2016-01-041-1/+1
|
* Set up async bundlesGraeme Yeates2015-12-291-0/+2
|
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+138