aboutsummaryrefslogtreecommitdiff
path: root/node_modules/async/queue.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/async/queue.js')
-rw-r--r--node_modules/async/queue.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/async/queue.js b/node_modules/async/queue.js
index 0a61736d3..0ca8ba2bb 100644
--- a/node_modules/async/queue.js
+++ b/node_modules/async/queue.js
@@ -73,7 +73,8 @@ module.exports = exports['default'];
* @property {Function} resume - a function that resumes the processing of
* queued tasks when the queue is paused. Invoke with `queue.resume()`.
* @property {Function} kill - a function that removes the `drain` callback and
- * empties remaining tasks from the queue forcing it to go idle. Invoke with `queue.kill()`.
+ * empties remaining tasks from the queue forcing it to go idle. No more tasks
+ * should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
*/
/**