Function rusteron_client::bindings::aeron_subscription_is_closed

source ยท
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.