Skip to main content

dispatch_queue_get_specific

Function dispatch_queue_get_specific 

Source
pub unsafe extern "C" fn dispatch_queue_get_specific(
    queue: dispatch_queue_t,
    key: *const c_void,
) -> *mut c_void