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.
Public Instance Methods
blocking?()click to toggle source
@!macro channel_buffer_blocking_question
Always returns `false`.
# File lib/concurrent/channel/buffer/dropping.rb, line 35defblocking?falseend