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_tExpand description
Apple SDK function dispatch_queue_create_with_target.
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_tApple SDK function dispatch_queue_create_with_target.