Method: Bunny::ReaderLoop#stop

Defined in:
lib/bunny/reader_loop.rb

#stopObject



98
99
100
# File 'lib/bunny/reader_loop.rb', line 98

def stop
  @mutex.synchronize { @stopping = true }
end