Class: ActiveRecord::ConnectionAdapters::FiberedMonitor
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::FiberedMonitor
- Defined in:
- lib/active_record/patches.rb
Defined Under Namespace
Classes: Queue
Instance Method Summary collapse
Instance Method Details
#new_cond ⇒ Object
40 41 42 |
# File 'lib/active_record/patches.rb', line 40 def new_cond Queue.new end |
#synchronize ⇒ Object
36 37 38 |
# File 'lib/active_record/patches.rb', line 36 def synchronize yield end |