DASessionUnscheduleFromRunLoop

Function DASessionUnscheduleFromRunLoop 

Source
pub unsafe extern "C" fn DASessionUnscheduleFromRunLoop(
    session: DASessionRef,
    runLoop: CFRunLoopRef,
    runLoopMode: CFStringRef,
)
Expand description

Unschedules the session from a run loop.

ยงParameters

  • session - The session which is being unscheduled.
  • runLoop - The run loop on which the session is scheduled.
  • runLoopMode - The run loop mode in which the session is scheduled.