pub unsafe extern "C-unwind" fn FSEventStreamScheduleWithRunLoop(
stream_ref: FSEventStreamRef,
run_loop: &CFRunLoop,
run_loop_mode: &CFString,
)๐Deprecated: Use FSEventStreamSetDispatchQueue instead.
Available on crate feature
FSEvents only.Expand description
ยงSafety
stream_refmust be a valid pointer.run_looppossibly has additional threading requirements.