Home
last modified time | relevance | path

Searched refs:priorityQueue (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/neo-async/
DpriorityQueue.js3 module.exports = require('./async').priorityQueue;
DREADME.md165 - [`priorityQueue`](#priorityQueue)
Dasync.js2065 priorityQueue: priorityQueue, property
8178 function priorityQueue(worker, concurrency) { function
Dasync.min.js69 …pplyEach:ub,applyEachSeries:vb,queue:function(a,c){return na(!0,a,c)},priorityQueue:function(a,c){… method
/plugin/asciidocjs/node_modules/async/
Dindex.js7 …reduceRight = exports.reduce = exports.race = exports.queue = exports.priorityQueue = exports.para…
427 priorityQueue: _priorityQueue2.default, property
533 exports.priorityQueue = _priorityQueue2.default;
DCHANGELOG.md2 - Fix a bug in `priorityQueue` where it didn't wait for the result. (#1725)
3 - Fix a bug where `unshiftAsync` was included in `priorityQueue`. (#1790)
13 - Minor perf improvement in `priorityQueue` (#1727)
57 - In `queue`, `priorityQueue`, `cargo` and `cargoQueue`, the "event"-style methods, like `q.drain` …
136 - Optimized array iteration in `race`, `cargo`, `queue`, and `priorityQueue` ([#1253](https://githu…
170 Another big performance win has been re-implementing `queue`, `cargo`, and `priorityQueue` with [do…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js4160 function priorityQueue(worker, concurrency) { function
5892 priorityQueue,
6000 exports.priorityQueue = priorityQueue;
Dasync.min.js1priorityQueue:ae,queue:$,race:ft,reduce:qe,reduceRight:ie,reflect:re,reflectAll:se,reject:yt,rejec…
Dasync.mjs3898 * [priorityQueue]{@link module:ControlFlow.priorityQueue} object.
4133 * @name priorityQueue
4146 …* @returns {module:ControlFlow.QueueObject} A priorityQueue object to manage the tasks. There are …
4147 * differences between `queue` and `priorityQueue` objects:
4150 * * `pushAsync(task, priority, [callback])` - the same as `priorityQueue.push`,
4154 function priorityQueue(worker, concurrency) { function
5886 priorityQueue,
5947 …luesSeries, memoize, nextTick, parallel$1 as parallel, parallelLimit, priorityQueue, queue$1 as qu…