Type Definition webrtc_util::sync::Mutex[][src]

pub type Mutex<T> = Mutex<T>;
Expand description

A synchronous mutual exclusion primitive useful for protecting shared data