Skip to content

v2.0.6

Compare
Choose a tag to compare
@havelessbemore havelessbemore released this 13 May 19:01
· 92 commits to main since this release

What's New

  • Adds Latch class
  • Adds UniqueLock class
  • Adds OnceFlag class
  • Adds callOnce() function

What's Changed

  • CountingSemaphore constructor now alternatively accepts an initial value.
  • The maximum value for RecursiveMutex has changed to (2**31) - 1. It was previously Number.MAX_SAFE_INTEGER.

Breaking Changes

  • MAX class constants for CountingSemaphore and RecursiveMutex have been renamed to Max.

Full Changelog: v2.0.5...v2.0.6