FSEventStreamSetDispatchQueue

Function FSEventStreamSetDispatchQueue 

Source
pub unsafe extern "C-unwind" fn FSEventStreamSetDispatchQueue(
    stream_ref: FSEventStreamRef,
    q: Option<&DispatchQueue>,
)
Available on crate features FSEvents and dispatch2 only.
Expand description

ยงSafety

  • stream_ref must be a valid pointer.
  • q possibly has additional threading requirements.