Macro bc::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.