Type Definition scsys_core::Locked
source · pub type Locked<T> = Arc<Mutex<T>>;Expand description
Type alias wrapping a locked, thread-safe structure with a std::sync::Mutex in an std::sync::Arc
pub type Locked<T> = Arc<Mutex<T>>;Type alias wrapping a locked, thread-safe structure with a std::sync::Mutex in an std::sync::Arc