Type Alias ReentrantMutex

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

Aliased Typeยง

pub struct ReentrantMutex<G, T, const SHM: bool> { /* private fields */ }