libuv_sys_lite

Function uv_accept

source
pub unsafe extern "C" fn uv_accept(
    server: *mut uv_stream_t,
    client: *mut uv_stream_t,
) -> c_int