warn_if_slothful

Function warn_if_slothful 

Source
pub fn warn_if_slothful(
    warn_after_ms: u64,
    message: impl Into<String>,
) -> SlothGuard
Expand description

Print a warning message after the given duration unless the returned SlothGuard is dropped first.