Function rustix::thread::set_current_timer_slack

source ·
pub fn set_current_timer_slack(value: Option<NonZeroU64>) -> Result<()>
Expand description

Sets the current timer slack value for the calling thread.

§References