# File gofer/messaging/consumer.rb, line 50
  def join(wait=10)
    @thread.join(wait)    
  end