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