Skip to main content

aeron_counter_is_closed

Function aeron_counter_is_closed 

Source
pub unsafe extern "C" fn aeron_counter_is_closed(
    counter: *mut aeron_counter_t,
) -> bool
Expand description

Check if the counter is closed @param counter to check @return true if closed, false otherwise.