method

synchronize

rails latest stable - Class: ActiveRecord::AsynchronousQueriesTracker::Session

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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