Function libaeron_sys::aeron_image_position

source ยท
pub unsafe extern "C" fn aeron_image_position(
    image: *mut aeron_image_t
) -> i64
Expand description

The position this image has been consumed to by the subscriber.

@param image to query position of. @return the position this image has been consumed to by the subscriber.