Flowdock
method

start_unloading

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Interlock
start_unloading() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 24
      def start_unloading
        @lock.start_exclusive(purpose: :unload, compatible: [:load, :unload])
      end
Register or log in to add new notes.