[][src]Function aeron_rs::concurrent::logbuffer::log_buffer_descriptor::cas_raw_tail

pub fn cas_raw_tail(
    log_meta_data_buffer: &AtomicBuffer,
    partition_index: Index,
    expected_raw_tail: i64,
    update_raw_tail: i64
) -> bool