pub unsafe extern "C" fn aeron_subscription_is_connected(
subscription: *mut aeron_subscription_t,
) -> bool
Expand description
Is this subscription connected by having at least one open publication image.
@param subscription to check. @return true if this subscription connected by having at least one open publication image.