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.
macro_rules! bc_timeout {
($statement:expr) => { ... };
($timeout:expr, $statement:expr) => { ... };
($timeout_path:expr, $timeout:expr, $bc_path:expr, $statement:expr) => { ... };
}Call bc with timeout.