macro_rules! mutex_init {
    ($mutex:expr, $name:literal) => { ... };
}
Expand description

Safely initialises a Mutex with the given name, generating a new lock class.