method
permit_concurrent_loads
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
permit_concurrent_loads(&block)public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 45
def permit_concurrent_loads(&block)
# Soft deprecated: no deprecation warning for now, but this is a no-op.
yield if block
end