instance method
start_unloading
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
start_unloading()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 25
def start_unloading
@lock.start_exclusive(purpose: :unload, compatible: [:unload])
end
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock