Skip to content

Commit

Permalink
regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Feb 24, 2020
1 parent 8141ac0 commit a7b030d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/v3/cargoQueue.js.html
Expand Up @@ -104,7 +104,7 @@ <h1 class="page-title">cargoQueue.js</h1>
* @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
Expand Down
4 changes: 2 additions & 2 deletions docs/v3/docs.html
Expand Up @@ -10575,7 +10575,7 @@ <h5>Example</h5>



<h4 class="name" id="cargoQueue"><span class="type-signature">(static) </span>cargoQueue<span class="signature">(worker, concurrency<span class="signature-attributes">opt</span>, payload<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {module:ControlFlow.CargoObject}</span></h4>
<h4 class="name" id="cargoQueue"><span class="type-signature">(static) </span>cargoQueue<span class="signature">(worker, concurrency<span class="signature-attributes">opt</span>, payload<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {<a href="#QueueObject">QueueObject</a>}</span></h4>



Expand Down Expand Up @@ -10745,7 +10745,7 @@ <h5>Returns:</h5>
</dt>
<dd>

<span class="param-type">CargoObject</span>
<span class="param-type"><a href="#QueueObject">QueueObject</a></span>


</dd>
Expand Down
4 changes: 2 additions & 2 deletions docs/v3/module-ControlFlow.html
Expand Up @@ -1446,7 +1446,7 @@ <h5>Example</h5>



<h4 class="name" id="cargoQueue"><span class="type-signature">(static) </span>cargoQueue<span class="signature">(worker, concurrency<span class="signature-attributes">opt</span>, payload<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {module:ControlFlow.CargoObject}</span></h4>
<h4 class="name" id="cargoQueue"><span class="type-signature">(static) </span>cargoQueue<span class="signature">(worker, concurrency<span class="signature-attributes">opt</span>, payload<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {<a href="docs.html#QueueObject">QueueObject</a>}</span></h4>



Expand Down Expand Up @@ -1616,7 +1616,7 @@ <h5>Returns:</h5>
</dt>
<dd>

<span class="param-type">CargoObject</span>
<span class="param-type"><a href="docs.html#QueueObject">QueueObject</a></span>


</dd>
Expand Down

0 comments on commit a7b030d

Please sign in to comment.