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 */ }