update, text, response
This commit is contained in:
9
node_modules/fastq/README.md
generated
vendored
9
node_modules/fastq/README.md
generated
vendored
@@ -2,7 +2,6 @@
|
||||
|
||||
![ci][ci-url]
|
||||
[![npm version][npm-badge]][npm-url]
|
||||
[![Dependency Status][david-badge]][david-url]
|
||||
|
||||
Fast, in memory work queue.
|
||||
|
||||
@@ -234,6 +233,12 @@ each time a task is completed, `err` will be not null if the task has thrown an
|
||||
Property that returns the number of concurrent tasks that could be executed in
|
||||
parallel. It can be altered at runtime.
|
||||
|
||||
-------------------------------------------------------
|
||||
<a name="paused"></a>
|
||||
### queue.paused
|
||||
|
||||
Property (Read-Only) that returns `true` when the queue is in a paused state.
|
||||
|
||||
-------------------------------------------------------
|
||||
<a name="drain"></a>
|
||||
### queue.drain
|
||||
@@ -305,5 +310,3 @@ ISC
|
||||
[ci-url]: https://github.com/mcollina/fastq/workflows/ci/badge.svg
|
||||
[npm-badge]: https://badge.fury.io/js/fastq.svg
|
||||
[npm-url]: https://badge.fury.io/js/fastq
|
||||
[david-badge]: https://david-dm.org/mcollina/fastq.svg
|
||||
[david-url]: https://david-dm.org/mcollina/fastq
|
||||
|
||||
Reference in New Issue
Block a user