method

start_unloading

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