class Concurrent::BlockingRingBuffer
def full?
-
(Boolean)
- true if buffer is full, false otherwise
def full? @mutex.synchronize { @buffer.full? } end
(Boolean)
- true if buffer is full, false otherwise
def full? @mutex.synchronize { @buffer.full? } end