Skip to main content

Module wave_tracker

Module wave_tracker 

Source
Expand description

Wave tracking state machine for concurrent hat execution.

Tracks active waves, records results and failures, and determines when all workers have reported back.

Structs§

CompletedWave
A completed wave with all results and failures.
WaveFailure
A failure from a wave instance.
WaveResult
A successful result from a wave instance.
WaveTracker
Central state machine for tracking active waves.

Enums§

WaveProgress
Progress indicator returned by record_result.