Searched refs:cargoQueue (Results 1 – 5 of 5) sorted by relevance
| /plugin/asciidocjs/node_modules/async/ |
| D | index.js | 7 …ies = exports.concatLimit = exports.concat = exports.compose = exports.cargoQueue = exports.cargo … 387 cargoQueue: _cargoQueue2.default, property 493 exports.cargoQueue = _cargoQueue2.default;
|
| D | CHANGELOG.md | 57 - 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/ |
| D | async.mjs | 1775 * 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 …]
|
| D | async.min.js | 1 …cargoQueue:F,compose:P,concat:Ue,concatLimit:Qe,concatSeries:Ge,constant:R,detect:We,detectLimit:H…
|
| D | async.js | 5852 cargoQueue: cargo$1, 5960 exports.cargoQueue = cargo$1;
|