Skip to main content

dispatch_source_create

Function dispatch_source_create 

Source
pub unsafe extern "C" fn dispatch_source_create(
    type_: dispatch_source_type_t,
    handle: usize,
    mask: usize,
    queue: dispatch_queue_t,
) -> dispatch_source_t