Function rusteron_media_driver::bindings::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.