method
start_unloading
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
start_unloading()public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 20
def start_unloading
@lock.start_exclusive(purpose: :unload, compatible: [:load, :unload])
end