class ActiveRecord::ConnectionAdapters::FiberedMonitor

Public Instance Methods

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