v2.0.6
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 forCountingSemaphore
andRecursiveMutex
have been renamed toMax
.
Full Changelog: v2.0.5...v2.0.6