Contents

addTimer(_:)

Adds the timer dispatch source to the list of timers the timebase manages.

Declaration

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

See Also

Adding and Removing Timers