recursive_mutex

Macro recursive_mutex 

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

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