Contents

CMTimebaseRemoveTimerDispatchSource(_:timerSource:)

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

Declaration

func CMTimebaseRemoveTimerDispatchSource(_ timebase: CMTimebase, timerSource: dispatch_source_t) -> OSStatus

Discussion

The timebase no longer maintains the timer source’s start time. If the system cancels the timer source, the timebase eventually removes it from its list and releases it even if you don’t call this function.

See Also

Interacting with Timers