UNPKG
@hazae41/mutex
Version:
latest (2.1.0)
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.3
1.2.1
1.1.0
1.0.2
1.0.1
1.0.0
Rust-like Mutex for TypeScript
github.com/hazae41/mutex
hazae41/mutex
@hazae41/mutex
/
dist
/
types
/
index.d.ts
2 lines
(1 loc)
•
77 B
TypeScript
View Raw
1
2
export
{
Lock
,
LockedError
,
Mutex
,
Semaphore
}
from
'./mods/mutex/mutex.js'
;