pub unsafe extern "C" fn aeron_exclusive_publication_is_closed(
publication: *mut aeron_exclusive_publication_t,
) -> bool
Expand description
Has the exclusive publication closed?
@param publication to check @return true if this publication is closed.