Skip to main content

dispatch_queue_create_with_target

Function dispatch_queue_create_with_target 

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

Apple SDK function dispatch_queue_create_with_target.