instance method
running
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
running()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 40
def running
@lock.sharing do
yield
end
end
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock