Skip to main content

Module runner

Module runner 

Source
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 instance module provides concrete implementations of the Runner trait.

Traits§

Runner
A trait defining the execution policy for simulation engines.