Skip to content

Releases: hexcowboy/rslock

rslock v0.5.0

14 Sep 08:59
76c4132
Compare
Choose a tag to compare
  • Locks can now be shared across threads #22 @mtfcd
    • LockGuard is no longer Clone
    • No lifetime on LockGuard anymore
    • LockManager now has lock_manager_inner: Arc<LockManagerInner>
    • New example added
  • Added LockManager::is_freed which can tell you if a lock is truly freed #23