mutex

Macro mutex 

Source
macro_rules! mutex {
    () => { ... };
}
Expand description

Create a Mutex that works in both heap and zero-heap modes.