Function libaeron_sys::aeron_context_close

source ยท
pub unsafe extern "C" fn aeron_context_close(
    context: *mut aeron_context_t
) -> c_int
Expand description

Close and delete aeron_context_t struct.

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