pub unsafe extern "C" fn aeron_image_is_end_of_stream(
    image: *mut aeron_image_t
) -> bool
Expand description

Is the current consumed position at the end of the stream?

@param image to check. @return true if at the end of the stream or false if not.