Skip to main content

dispatch_apply_f

Function dispatch_apply_f 

Source
pub unsafe extern "C" fn dispatch_apply_f(
    iterations: usize,
    queue: dispatch_queue_t,
    context: *mut c_void,
    work: extern "C" fn(*mut c_void, usize),
)