macro_rules! run_simulation {
($engine:ident) => { ... };
($engine:ident, $expect:expr) => { ... };
}Expand description
Spawn all component run() functions and then run the simulation.
macro_rules! run_simulation {
($engine:ident) => { ... };
($engine:ident, $expect:expr) => { ... };
}Spawn all component run() functions and then run the simulation.