Type Alias ReentrantMutexGuard

Source
pub type ReentrantMutexGuard<'a, T> = ReentrantMutexGuard<'a, RawMutex, RawThreadId, T>;
๐Ÿ‘ŽDeprecated: The parkinglot feature has been renamed parking_lot
Expand description

Mutex guard for ReentrantMutex.

Aliased Typeยง

pub struct ReentrantMutexGuard<'a, T> { /* private fields */ }