Method: ActiveSupport::Dependencies::Interlock#start_unloading
- Defined in:
- lib/active_support/dependencies/interlock.rb
#start_unloading ⇒ Object
25 26 27 |
# File 'lib/active_support/dependencies/interlock.rb', line 25 def start_unloading @lock.start_exclusive(purpose: :unload, compatible: [:unload]) end |