CFRunLoopGetNextTimerFireDate(_:_:)
Returns the time at which the next timer will fire.
Declaration
func CFRunLoopGetNextTimerFireDate(_ rl: CFRunLoop!, _ mode: CFRunLoopMode!) -> CFAbsoluteTimeParameters
- rl:
The run loop to examine.
- mode:
The run loop mode within
rlto test.
Return Value
The earliest firing time of the run loop timers registered in mode for the run loop rl.