Type Definition webrtc_util::sync::Mutex

source · []
pub type Mutex<T> = Mutex<T>;
Expand description

A synchronous mutual exclusion primitive useful for protecting shared data