macro_rules! petrificus_totalus { ($duration:expr) => { ... }; }
Alias for std::thread::sleep.
std::thread::sleep
petrificus_totalus!(std::time::Duration::from_secs(1));