class ActiveRecord::ConnectionAdapters::ConnectionPool::Queue

def synchronize(&block)

def synchronize(&block)
  @lock.synchronize(&block)
end