FSEventStreamScheduleWithRunLoop

Function FSEventStreamScheduleWithRunLoop 

Source
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_ref must be a valid pointer.
  • run_loop possibly has additional threading requirements.