pub unsafe extern "C-unwind" fn DASessionScheduleWithRunLoop(
session: &DASession,
run_loop: &CFRunLoop,
run_loop_mode: &CFString,
)Available on crate feature
DASession only.Expand description
Schedules the session on a run loop.
Parameter session: The session which is being scheduled.
Parameter runLoop: The run loop on which the session should be scheduled.
Parameter runLoopMode: The run loop mode in which the session should be scheduled.