class RorVsWild::Queue

def wakeup_thread

def wakeup_thread
  (thread && thread.alive?) ? thread.wakeup : start_thread
end