Skip to main content

sleep_interruptible

Function sleep_interruptible 

Source
fn sleep_interruptible(duration: Duration, interrupted: &AtomicBool) -> bool
Expand description

Sleep up to duration, returning true if interrupted before the deadline.