Skip to main content

SCDynamicStoreSetDispatchQueue

Function SCDynamicStoreSetDispatchQueue 

Source
pub unsafe extern "C-unwind" fn SCDynamicStoreSetDispatchQueue(
    store: &SCDynamicStore,
    queue: Option<&DispatchQueue>,
) -> bool
👎Deprecated:

renamed to SCDynamicStore::set_dispatch_queue

Available on crate features dispatch2 and SCDynamicStore only.