pub unsafe extern "C" fn aeron_is_closed(client: *mut aeron_t) -> bool
Expand description

Determines if the client has been closed, e.g. via a driver timeout. Don’t call this method after calling aeron_close as that will have already freed the associated memory.

@param client to check if closed. @return true if it has been closed, false otherwise.