semaphore

Macro semaphore 

Source
macro_rules! semaphore {
    ($initial:expr, $max:expr) => { ... };
}
Expand description

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