Function rusteron_client::bindings::aeron_image_end_of_stream_position
source ยท pub unsafe extern "C" fn aeron_image_end_of_stream_position(
image: *mut aeron_image_t,
) -> i64
Expand description
The position the stream reached when EOS was received from the publisher. The position will be INT64_MAX until the stream ends and EOS is set.
@param image to check. @return position the stream reached when EOS was received from the publisher.