Releases: henrygd/semaphore
Releases · henrygd/semaphore
v0.1.0
v0.0.2
Just updating the readme for NPM / JSR
Full Changelog: v0.0.1...v0.0.2
v0.0.1
The fastest javascript inline semaphores and mutexes. See comparisons and benchmarks.
Semaphores limit simultaneous access to code and resources (e.g. a file) among multiple concurrent tasks.