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 a061807 commit 0aac94bCopy full SHA for 0aac94b
README.md
@@ -449,8 +449,7 @@ const scheduler = new TaskScheduler(() => new Error("We are all doomed!"));
449
```
450
451
## Changelog
452
-
453
-### **WORK IN PROGRESS**
+### 1.1.0 (2025-06-24)
454
455
- Add support for task concurrency groups, preventing interleaving related tasks
456
package.json
@@ -4,7 +4,7 @@
4
"access": "public"
5
},
6
"description": "A cooperative task scheduler based on generator functions",
7
- "version": "1.0.0",
+ "version": "1.1.0",
8
"license": "MIT",
9
"type": "module",
10
"module": "build/index.js",
0 commit comments