removeTimer(_:)
Removes the timer dispatch source from the list of timers the timebase manages.
Declaration
func removeTimer<T>(_ timer: T) throws where T : DispatchSourceTimerRemoves the timer dispatch source from the list of timers the timebase manages.
func removeTimer<T>(_ timer: T) throws where T : DispatchSourceTimer