pub unsafe extern "C" fn DASessionScheduleWithRunLoop(
session: DASessionRef,
runLoop: CFRunLoopRef,
runLoopMode: CFStringRef,
)Expand description
Schedules the session on a run loop.
ยงParameters
session- The session which is being scheduled.runLoop- The run loop on which the session should be scheduled.runLoopMode- The run loop mode in which the session should be scheduled.