addTimer(_:)
Adds the timer dispatch source to the list of timers the timebase manages.
Declaration
func addTimer<T>(_ timer: T) throws where T : DispatchSourceTimerAdds the timer dispatch source to the list of timers the timebase manages.
func addTimer<T>(_ timer: T) throws where T : DispatchSourceTimer