Skip to main content

Module loop_progress

Module loop_progress 

Source
Expand description

Low-overhead progress ticker for long parallel loops.

This util is single-sourced in the gam-runtime crate (the runtime layer shared by the sibling crates that consume it). This module re-exports it so existing crate::util::loop_progress::* paths keep resolving without a second, drift-prone copy of the definitions.

Structs§

LoopProgress

Constants§

DEFAULT_LOOP_PROGRESS_INTERVAL_SECS