Class: ActiveRecord::ConnectionAdapters::FiberedMonitor

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record/patches.rb

Defined Under Namespace

Classes: Queue

Instance Method Summary collapse

Instance Method Details

#new_condObject



40
41
42
# File 'lib/active_record/patches.rb', line 40

def new_cond
  Queue.new
end

#synchronizeObject



36
37
38
# File 'lib/active_record/patches.rb', line 36

def synchronize
  yield
end