Type Definition git_features::threading::Mutable[][src]

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

A synchronization primitive which provides read-write access right away.