diff --git a/docs/v3/cargoQueue.js.html b/docs/v3/cargoQueue.js.html index 5df60aaa6..43ae6676d 100644 --- a/docs/v3/cargoQueue.js.html +++ b/docs/v3/cargoQueue.js.html @@ -104,7 +104,7 @@

cargoQueue.js

* @param {number} [payload=Infinity] - An optional `integer` for determining * how many tasks should be processed per round; if omitted, the default is * unlimited. - * @returns {module:ControlFlow.CargoObject} A cargoQueue object to manage the tasks. Callbacks can + * @returns {module:ControlFlow.QueueObject} A cargoQueue object to manage the tasks. Callbacks can * attached as certain properties to listen for specific events during the * lifecycle of the cargoQueue and inner queue. * @example diff --git a/docs/v3/docs.html b/docs/v3/docs.html index c4aef99e9..0aaad63e5 100644 --- a/docs/v3/docs.html +++ b/docs/v3/docs.html @@ -10575,7 +10575,7 @@
Example
-

(static) cargoQueue(worker, concurrencyopt, payloadopt) → {module:ControlFlow.CargoObject}

+

(static) cargoQueue(worker, concurrencyopt, payloadopt) → {QueueObject}

@@ -10745,7 +10745,7 @@
Returns:
-CargoObject +QueueObject
diff --git a/docs/v3/module-ControlFlow.html b/docs/v3/module-ControlFlow.html index 1305fef07..1fa528dc4 100644 --- a/docs/v3/module-ControlFlow.html +++ b/docs/v3/module-ControlFlow.html @@ -1446,7 +1446,7 @@
Example
-

(static) cargoQueue(worker, concurrencyopt, payloadopt) → {module:ControlFlow.CargoObject}

+

(static) cargoQueue(worker, concurrencyopt, payloadopt) → {QueueObject}

@@ -1616,7 +1616,7 @@
Returns:
-CargoObject +QueueObject