[][src]Macro bc::bc_timeout

macro_rules! bc_timeout {
    ($statement:expr) => { ... };
    ($timeout:expr, $statement:expr) => { ... };
    ($timeout_path:expr, $timeout:expr, $bc_path:expr, $statement:expr) => { ... };
}

Call bc with timeout.