# File lib/directory_watcher/scanner.rb, line 86
  def join( limit = nil )
    return unless running?
    @thread.join limit
  end