ts-lock
1.0.1 • Published 4 years ago
A range-based locking library for JavaScript, enabling concurrent read locks and exclusive write locks with seamless management of overlapping ranges.
Async Lock in Node Env
This library allows you to use concept of mutex for shared in-memory resource in asynchronous environment.
A simple utility for managing asynchonous RW locks
Promise based mutex for JS: preventing from running same code block at the same time