Allows very fast and easy passing of objects from one thread to another thread.
A single producer single consumer circular ringbuffer using core principles presented by the developers of the LMAX Disruptor: https://www.youtube.com/watch?v=DCdGlxBbKU4
Installing: Just grab AtomicRingBuffer.java from the repo and you're good to go.