Crate locktick Copy item path 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. LockGuard A wrapper for the lock guard produced when working with a lock. It
only contains the guard itself and metadata that allows it to be
distinguished from other guards belonging to a single lock. LockInfo Contains all the details related to a given lock, and it can only
be obtained through a call to lock_snapshots. WaitGuard A RAII guard that tracks when a task is waiting for a lock.
When dropped, it automatically unregisters the waiting task. 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.