Method lrs::time::Clock::sleep_to

Sleeps until an absolute time.

Syntax

impl Clock {
    fn sleep_to(self, t: Time) -> Result<(), Errno>
}

Arguments

NameDescription
t

The time until which to sleep.