method
thread_safely
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::EventedFileUpdateChecker::Core
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