Skip to content

Commit a0fac8e

Browse files
committed
Bump version to v3.0.1: README refinements, improved docs
1 parent 49000e8 commit a0fac8e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zero-backpressure-semaphore-typescript",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A classic semaphore with modern API, inspired by the RAII idiom. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability. Additionally, it incorporates mechanisms for graceful termination and error handling, making it suitable for complex scenarios.",
55
"repository": {
66
"type": "git",
@@ -24,14 +24,17 @@
2424
"job",
2525
"task",
2626
"concurrency",
27-
"acquire",
27+
"concurrency-limiter",
2828
"backpressure",
29+
"backpressure-control",
2930
"graceful-termination",
3031
"deterministic-termination",
31-
"limit",
32-
"promise-limit",
32+
"promise-limiter",
3333
"promise-semaphore",
34-
"schedule",
34+
"promise-pool",
35+
"tasks-semaphore",
36+
"tasks-pool",
37+
"scheduler",
3538
"executor",
3639
"uncaught-error",
3740
"uncaught-rejection",

0 commit comments

Comments
 (0)