instance method
running
Ruby on Rails edge
Since v5.0.7.2Signature
running(&block)
No documentation comment.
Parameters
-
blockblock
Source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 42
def running(&block)
@lock.sharing(&block)
end
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 42
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock