pub unsafe extern "C" fn aeron_subscription_is_closed(
    subscription: *mut aeron_subscription_t
) -> bool
Expand description

Is the subscription closed.

@param subscription to be checked. @return true if it has been closed otherwise false.