Skip to main content

CFRunLoopGetNextTimerFireDate

Function CFRunLoopGetNextTimerFireDate 

Source
pub extern "C-unwind" fn CFRunLoopGetNextTimerFireDate(
    rl: &CFRunLoop,
    mode: Option<&CFRunLoopMode>,
) -> CFAbsoluteTime
👎Deprecated:

renamed to CFRunLoop::next_timer_fire_date

Available on crate features CFDate and CFRunLoop only.