Function rusteron_media_driver::bindings::aeron_image_is_end_of_stream
source ยท 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.