Skip to main content

dispatch_queue_create

Function dispatch_queue_create 

Source
pub unsafe extern "C" fn dispatch_queue_create(
    label: *const c_char,
    attr: dispatch_queue_attr_t,
) -> dispatch_queue_t