Method lrs::sync::LockGuard::unlock

Unlocks the lock and returns a reference to the lock.

Syntax

impl<'a> LockGuard<'a> {
    fn unlock(self) -> &'a Lock
}