Method: Rex::IO::RingBuffer#mutex

Defined in:
lib/rex/io/ring_buffer.rb

#mutexObject

The mutex locking access to the queue



23
24
25
# File 'lib/rex/io/ring_buffer.rb', line 23

def mutex
  @mutex
end