method
synchronize
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
synchronize(&block)private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 175
def synchronize(&block)
@lock.synchronize(&block)
end