Method: Bunny::ReaderLoop#kill

Defined in:
lib/bunny/reader_loop.rb

#killObject



131
132
133
134
135
136
# File 'lib/bunny/reader_loop.rb', line 131

def kill
  if @thread
    @thread.kill
    @thread.join
  end
end