Function libaeron_sys::aeron_next_correlation_id

source ยท
pub unsafe extern "C" fn aeron_next_correlation_id(
    client: *mut aeron_t
) -> i64
Expand description

Return a unique correlation id from the driver.

@param client to use to get the id. @return unique correlation id or -1 for an error.