Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ronomon-queue

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ronomon-queue - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

LICENSE

2

package.json
{
"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:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc