# File lib/webby/auto_builder.rb, line 147
    def join
      return if not running?
      @thread.join
    end