smart-queue
Advanced tools
+5
-3
| { | ||
| "name": "smart-queue", | ||
| "license": "MIT", | ||
| "description": "A generic purpose FIFO queue with ticket system, inspired by real life.", | ||
| "version": "0.8.0", | ||
| "description": "A generic purpose *\"delayed\"* FIFO queue with ticket system, inspired by real life.", | ||
| "version": "0.8.1", | ||
| "homepage": "https://github.com/Pupix/smart-queue", | ||
@@ -30,4 +30,6 @@ "author": { | ||
| "ticket", | ||
| "FIFO" | ||
| "FIFO", | ||
| "delayed queue", | ||
| "delayed FIFO" | ||
| ] | ||
| } |
+8
-3
| # smart-queue | ||
| A generic purpose FIFO queue with ticket system, inspired by real life. | ||
| A generic purpose *"delayed"* FIFO queue with ticket system, inspired by real life. | ||
@@ -13,3 +13,3 @@ ## The `hows` and `whys` | ||
| arrives (from other asynchronous sources), you don't have to worry about ordering | ||
| your data before hand. The queue and tickets do it for you. | ||
| your data beforehand. The queue and tickets do it for you. | ||
@@ -56,3 +56,3 @@ ## Download | ||
| Create and instance of `smart-queue`. | ||
| Creates an instance of `smart-queue`. | ||
@@ -64,2 +64,4 @@ **Parameters** | ||
| The `handler` can be passed directly, without having to specify the limit. | ||
| ## Properties | ||
@@ -90,2 +92,5 @@ | ||
| The processing won't start until all the requested tickets have been filled | ||
| with some kind of data. | ||
| ### current() | ||
@@ -92,0 +97,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
13724
1.84%102
5.15%