Contents

setTimerNextFireTime(_:fireTime:)

Sets the time on the timebase’s timeline at which the timer dispatch source should fire next.

Declaration

func setTimerNextFireTime<T>(_ timer: T, fireTime: CMTime) throws where T : DispatchSourceTimer

See Also

Setting Timers