Skip to main content

cooldown

Macro cooldown 

Source
macro_rules! cooldown {
    ($period:expr) => { ... };
    ($period:expr, $body:expr) => { ... };
}
Expand description

A simple macro to check if a cooldown period has passed since the last time.