method

loading

loading(&block)
public

No documentation available.

# File activesupport/lib/active_support/dependencies/interlock.rb, line 12
      def loading(&block)
        @lock.exclusive(purpose: :load, compatible: [:load], after_compatible: [:load], &block)
      end