v2.0.5
What's New
- Add
tryLock
function for attempted joint locking of multiple locks. - Add
MultiLockError
class to collect and surface errors attempting to lock multiple locks. - Add
MultiUnlockError
class to collect and surface errors attempting to unlock multiple locks.
What's Changed
- Make
tryLock
andtryLockShared
methods non-blocking inSharedMutex
class
Full Changelog: v2.0.4...v2.0.5