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