Contents

removeTimer(_:)

Removes the timer dispatch source from the list of timers the timebase manages.

Declaration

func removeTimer<T>(_ timer: T) throws where T : DispatchSourceTimer

See Also

Adding and Removing Timers