class Concurrent::BlockingRingBuffer
def capacity
-
(Integer)
- the capacity of the buffer
def capacity @mutex.synchronize { @buffer.capacity } end
(Integer)
- the capacity of the buffer
def capacity @mutex.synchronize { @buffer.capacity } end