IONotificationPortSetDispatchQueue

Function IONotificationPortSetDispatchQueue 

Source
pub unsafe extern "C-unwind" fn IONotificationPortSetDispatchQueue(
    notify: IONotificationPortRef,
    queue: Option<&DispatchQueue>,
)
👎Deprecated: renamed to IONotificationPort::set_dispatch_queue
Available on crate feature dispatch2 only.