Expand description
The runner module defines the Runner trait, which specifies how a simulation
should be executed.
Different implementations of this trait provide various strategies for advancing the simulation, such as running for a fixed number of ticks, until idle, or with a delay for visualization. It also includes functionality for parallel batch execution.
Modules§
- instance
- The
instancemodule provides concrete implementations of theRunnertrait.
Traits§
- Runner
- A trait defining the execution policy for simulation engines.