Macro run_simulation

Source
macro_rules! run_simulation {
    ($engine:ident) => { ... };
    ($engine:ident, $expect:expr) => { ... };
}
Expand description

Spawn all component run() functions and then run the simulation.