Type Alias CrossProcessLockGeneration
pub type CrossProcessLockGeneration = u64;Expand description
A lock generation is an integer incremented each time the lock is taken by a different holder.
This is used to know if a lock has been dirtied.