class ActiveRecord::ConnectionAdapters::FiberedMonitor

Public Instance Methods

new_cond() click to toggle source
# File lib/active_record/patches.rb, line 40
def new_cond
  Queue.new
end
synchronize() { || ... } click to toggle source
# File lib/active_record/patches.rb, line 36
def synchronize
  yield
end