Type Alias ReentrantMutex

Source
pub type ReentrantMutex<G, T> = ReentrantMutex<RawMutex, G, T>;
Available on crate feature atomic_usize only.

Aliased Typeยง

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