Home
last modified time | relevance | path

Searched refs:cargoQueue (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/async/
Dindex.js7 …ies = exports.concatLimit = exports.concat = exports.compose = exports.cargoQueue = exports.cargo …
387 cargoQueue: _cargoQueue2.default, property
493 exports.cargoQueue = _cargoQueue2.default;
DCHANGELOG.md57 - In `queue`, `priorityQueue`, `cargo` and `cargoQueue`, the "event"-style methods, like `q.drain` …
66 - Added `cargoQueue`, a queue with both `concurrency` and `payload` size parameters. (#1567)
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs1775 * Creates a `cargoQueue` object with the specified payload. Tasks added to the
1776 …* cargoQueue will be processed together (up to the `payload` limit) in `concurrency` parallel work…
1784 * the cargoQueue passes an array of tasks to multiple parallel workers.
1786 * @name cargoQueue
1801 * @returns {module:ControlFlow.QueueObject} A cargoQueue object to manage the tasks. Callbacks can
1803 * lifecycle of the cargoQueue and inner queue.
1806 * // create a cargoQueue object with payload 2 and concurrency 2
1807 * var cargoQueue = async.cargoQueue(function(tasks, callback) {
1815 * cargoQueue.push({name: 'foo'}, function(err) {
1818 * cargoQueue.push({name: 'bar'}, function(err) {
[all …]
Dasync.min.js1cargoQueue:F,compose:P,concat:Ue,concatLimit:Qe,concatSeries:Ge,constant:R,detect:We,detectLimit:H…
Dasync.js5852 cargoQueue: cargo$1,
5960 exports.cargoQueue = cargo$1;