60 61 62
# File 'lib/perfectqueue/signal_queue.rb', line 60 def start @thread = Thread.new(&method(:run)) end