Crate locktick
Source - std
- GuardInfo
- Contains data and statistics related to a single guard.
- Location
- Points to the filesystem location where a lock or guard was created.
- LockInfo
- Contains all the details related to a given lock, and it can only
be obtained through a call to
lock_snapshots
.
- GuardKind
- The type of the guard that was created when working with a lock.
- LockKind
- The type of the lock; either a
Mutex
or an RwLock
.
- lock_snapshots
- Returns a vector containing snapshots of the data related to all the locks.