Module collector

Source
Expand description

Everything related to hazard collectors

Traits§

HazardCollector
Trait for structs that can track and store detected Hazards. Used in ‘collision collection’ queries to avoid having to repeatedly check hazards induced by one that has already been detected.

Type Aliases§

BasicHazardCollector
A basic implementation of a HazardCollector using a SecondaryMap to store hazards by their HazKey.