macro_rules! recursive_mutex {
() => { ... };
}Expand description
Create a RecursiveMutex that works in both heap and zero-heap modes.
macro_rules! recursive_mutex {
() => { ... };
}Create a RecursiveMutex that works in both heap and zero-heap modes.