Type Alias libaeron_sys::aeron_on_close_client_t

source ·
pub type aeron_on_close_client_t = Option<unsafe extern "C" fn(clientd: *mut c_void)>;
Expand description

Function called by aeron_client_t to deliver notifications that the client is closing.

@param clientd to be returned in the call.

Aliased Type§

enum aeron_on_close_client_t {
    // some variants omitted
}

Variants§