Method: Bunny::ReaderLoop#start

Defined in:
lib/bunny/reader_loop.rb

#startObject



28
29
30
# File 'lib/bunny/reader_loop.rb', line 28

def start
  @thread    = Thread.new(&method(:run_loop))
end