I want a first-in-first-out circular queue. Is there a library available?
My application has a buffer, one thread writes data inward and the other thread reads data.