bc_timeout

Macro bc_timeout 

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

Call bc with timeout.