method

thread_safely

rails latest stable - Class: ActiveSupport::EventedFileUpdateChecker::Core
thread_safely()
public

No documentation available.

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