Function rusteron_media_driver::bindings::aeron_driver_close

source ยท
pub unsafe extern "C" fn aeron_driver_close(
    driver: *mut aeron_driver_t,
) -> c_int
Expand description

Close and delete aeron_driver_t struct.

@param driver to close and delete @return 0 for success and -1 for error.