Skip to main content

CFRunLoopRemoveTimer

Function CFRunLoopRemoveTimer 

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

renamed to CFRunLoop::remove_timer

Available on crate feature CFRunLoop only.