gam 0.3.127

Generalized penalized likelihood engine
1
2
3
4
5
6
7
//! 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.
pub use gam_runtime::loop_progress::*;