timeout

Macro timeout 

Source
macro_rules! timeout {
    ($msg:expr, $($arg:tt)*) => { ... };
    ($msg:expr) => { ... };
}