Skip to main content

dispatch_io_create

Function dispatch_io_create 

Source
pub unsafe extern "C" fn dispatch_io_create(
    type_: dispatch_io_type_t,
    fd: dispatch_fd_t,
    queue: dispatch_queue_t,
    cleanup_handler: *mut c_void,
) -> dispatch_io_t
Expand description

Apple SDK function dispatch_io_create.