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.
pub fn warn_if_slothful(
warn_after_ms: u64,
message: impl Into<String>,
) -> SlothGuard
Print a warning message after the given duration unless the returned
SlothGuard
is dropped first.