Function rustix::thread::current_timer_slack

source ·
pub fn current_timer_slack() -> Result<u64>
Available on crate feature thread only.
Expand description

Get the current timer slack value of the calling thread.

§References