pub fn timerfd_settime<Fd: AsFd>(
    fd: Fd,
    flags: TimerfdTimerFlags,
    new_value: &Itimerspec
) -> Result<Itimerspec>
Available on crate feature time only.
Expand description

timerfd_settime(clockid, flags, new_value)—Set the time on a timer.

References