A constant-size lock-free and almost wait-free ring buffer

Upsides:

+--------+--------+----------------+--------+--------+----------------+ | w_done | w_pend | write_index | r_done | r_pend | read_index | +--------+--------+----------------+--------+--------+----------------+

Usage

To use AtomicRingBuffer, add this to your Cargo.toml:

toml [dependencies] atomicring = "0.1.0"