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