Skip to content

v2.0.5

Compare
Choose a tag to compare
@havelessbemore havelessbemore released this 12 May 20:42
· 110 commits to main since this release

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 and tryLockShared methods non-blocking in SharedMutex class

Full Changelog: v2.0.4...v2.0.5