Expand description
Everything related to hazard collectors
Traits§
- Hazard
Collector - Trait for structs that can track and store detected
Hazard
s. Used in ‘collision collection’ queries to avoid having to repeatedly check hazards induced by one that has already been detected.
Type Aliases§
- Basic
Hazard Collector - A basic implementation of a
HazardCollector
using aSecondaryMap
to store hazards by theirHazKey
.