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