Expand description
The phase module defines the different phases within a simulation tick,
including micro-steps for event and source processing.
It provides structures like MicroStepHandler to manage the execution flow
within a tick and MicroStepResult to determine the next action.
Structs§
- Event
Phase - Manages the event execution phase in the simulation.
- Micro
Step Handler - Controls the micro-step execution phases of the simulation.
- Source
Phase - Manages the source execution phase in the simulation.
- Unchecked
Active Executor - A wrapper for an execution context awaiting micro-step continuation validation.
Enums§
- Micro
Step Result - The result of a micro-step execution.