class Concurrent::Channel::Buffer::Dropping

A non-blocking, buffered buffer of fixed maximum capacity. When the maximum capacity is reached subsequent {#put} and {#offer} operations will complete but the ‘put` item will be discarded; no transfer will occur.