Function rusteron_archive::bindings::aeron_publication_position
source ยท pub unsafe extern "C" fn aeron_publication_position(
publication: *mut aeron_publication_t,
) -> i64
Expand description
Get the current position to which the publication has advanced for this stream.
@param publication to query. @return the current position to which the publication has advanced for this stream or a negative error value.