Skip to main content

Module phase

Module phase 

Source
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§

EventPhase
Manages the event execution phase in the simulation.
MicroStepHandler
Controls the micro-step execution phases of the simulation.
SourcePhase
Manages the source execution phase in the simulation.
UncheckedActiveExecutor
A wrapper for an execution context awaiting micro-step continuation validation.

Enums§

MicroStepResult
The result of a micro-step execution.