Skip to content

Releases: codevor/js-semaphore

Fix: Correct build version

30 Nov 14:41
Compare
Choose a tag to compare
v0.2.1

build: build version 0.2.1

Refactor: Improve resource usage without infinite Promises

29 Nov 23:59
42f84b3
Compare
Choose a tag to compare
  • Avoid the creation of Promises on stale for acquiring the Semaphore
  • Use the Interval Alarm from JavaScript (setInterval())