a really simple mutex
jsr.io/@mary/mutex
typescript
jsr
1{
2 "name": "@mary/mutex",
3 "version": "0.1.0",
4 "license": "0BSD",
5 "exports": {
6 ".": "./lib/mod.ts"
7 },
8 "fmt": {
9 "useTabs": true,
10 "indentWidth": 2,
11 "lineWidth": 110,
12 "semiColons": true,
13 "singleQuote": true
14 },
15 "publish": {
16 "include": ["lib/", "LICENSE", "README.md", "deno.json"]
17 }
18}