method
synchronize
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::AsynchronousQueriesTracker::Session
synchronize(&block)public
No documentation available.
# File activerecord/lib/active_record/asynchronous_queries_tracker.rb, line 18
def synchronize(&block)
@lock.with_read_lock(&block)
end