macro_rules! semaphore {
($initial:expr, $max:expr) => { ... };
}Expand description
Create a crate::Semaphore that works in both heap and zero-heap modes.
macro_rules! semaphore {
($initial:expr, $max:expr) => { ... };
}Create a crate::Semaphore that works in both heap and zero-heap modes.