class ActiveSupport::Dependencies::Interlock

def start_unloading

def start_unloading
  @lock.start_exclusive(purpose: :unload, compatible: [:load, :unload])
end