Module event
Expand description
Curated event view for strategy consumption.
Strategies receive an Event on each cycle — a subset of the full
EngineEvent stream filtered to
only the variants a strategy needs to react to.
Enums§
- Event
- Events delivered to strategies via
Strategy::on_event.