instance method
permit_concurrent_loads
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
permit_concurrent_loads(&block)
No documentation comment.
Parameters
-
blockblock
Source
# 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
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 45
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock