Function rustix::thread::current_timer_slack

source ·
pub fn current_timer_slack() -> Result<u64>
Expand description

Get the current timer slack value of the calling thread.

§References