Function DASessionUnscheduleFromRunLoop

Source
pub unsafe extern "C-unwind" fn DASessionUnscheduleFromRunLoop(
    session: &DASession,
    run_loop: &CFRunLoop,
    run_loop_mode: &CFString,
)
Available on crate feature DASession only.
Expand description

Unschedules the session from a run loop.

Parameter session: The session which is being unscheduled.

Parameter runLoop: The run loop on which the session is scheduled.

Parameter runLoopMode: The run loop mode in which the session is scheduled.