Type Definition nstd_sys::mutex::NSTDMutex

source ·
pub type NSTDMutex<'a> = Box<Mutex<NSTDHeapPtr<'a>>>;
Available on crate feature nstd_mutex only.
Expand description

A mutual exclusion primitive useful for protecting shared data.