ReentrantMutex

Type Alias ReentrantMutex 

Source
pub type ReentrantMutex<G, T> = ReentrantMutex<G, T, true>;
Available on crate features shm and atomic_usize only.

Aliased Typeยง

pub struct ReentrantMutex<G, T> { /* private fields */ }