class ActiveSupport::EventedFileUpdateChecker::Core

def thread_safely

def thread_safely
  @mutex.synchronize do
    yield self
  end
end