ronomon-queue
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ronomon-queue", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Process thousands of asynchronous or synchronous jobs, concurrently or sequentially, safely and efficiently, without creating thousands of closures.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # ronomon-queue | ||
`ronomon-queue` has no external dependencies and does not require any native bindings. | ||
`ronomon-queue` has no dependencies. | ||
@@ -89,3 +89,3 @@ ``` | ||
It is possible to limit the total concurrency across multiple queues as a whole, by assigning a shared instance of Queue.Pool to each queue. | ||
It is possible to limit the total concurrency across multiple queues as a whole, by assigning a shared instance of `Queue.Pool` to each queue. | ||
@@ -92,0 +92,0 @@ Example: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22271
7