workqueue

Macro workqueue 

Source
macro_rules! workqueue {
    ($name:expr, $prio:expr, $stack:expr) => { ... };
}
Expand description

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

§Example

let wq = ove::workqueue!("myq", Priority::Normal, 4096);