Function rusteron_client::bindings::aeron_subscription_image_release
source ยท pub unsafe extern "C" fn aeron_subscription_image_release(
subscription: *mut aeron_subscription_t,
image: *mut aeron_image_t,
) -> c_int
Expand description
Release the given image and relinquish desire to use the image directly.
Note: Subscriptions are not threadsafe and should not be shared between subscribers.
@param subscription that image is part of. @param image to release @return 0 for success and -1 for error.