class Concurrent::Channel::Buffer::Sliding

A non-blocking, buffered buffer of fixed maximum capacity. When the maximum capacity is reached subsequent {#put} and {#offer} operations will complete and the item will be ‘put`, but the oldest elements in the buffer will be discarded (not transferred).