pub type Mutable<T> = Mutex<T>;
A synchronization primitive which provides read-write access right away.