method

thread_safely

thread_safely()
public

No documentation available.

# File activesupport/lib/active_support/evented_file_update_checker.rb, line 109
      def thread_safely
        @mutex.synchronize do
          yield self
        end
      end