Releases: codevor/js-semaphore
Releases · codevor/js-semaphore
Fix: Correct build version
Refactor: Improve resource usage without infinite Promises
- Avoid the creation of
Promises
on stale for acquiring the Semaphore - Use the Interval Alarm from
JavaScript
(setInterval()
)