pub type RevocableMutexGuard<'a, T, I = WriteLock> = RevocableGuard<'a, Mutex<()>, T, I>;
Expand description

A guard for a revocable mutex.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.