This is an implementation of a lock-free ring buffer, using only C++11 STL level features. Originally designed for the NymphCast project, it supports a single reader & writer model. It can be used ...