We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c30022 commit ab8f28bCopy full SHA for ab8f28b
README.md
@@ -25,12 +25,13 @@ npm install zero-backpressure-semaphore-typescript
25
26
## Key Features
27
28
-- ES6 Compatibility.
+- ES2020 Compatibility.
29
- TypeScript support.
30
- Backpressure control.
31
- Graceful termination.
32
- Self-explanatory method names and comprehensive documentation.
33
- High efficiency: All state-altering operations have a constant time complexity, O(1).
34
+- No external runtime dependencies: Only development dependencies are used.
35
36
## 1st use-case: Single Job Execution
37
0 commit comments