Function set_current_timer_slack

Source
pub fn set_current_timer_slack(value: Option<NonZeroU64>) -> Result<()>
Available on crate feature thread only.
Expand description

Sets the current timer slack value for the calling thread.

§References