module ActiveRecord::Bogacs::ThreadSafe::Synchronized
Public Instance Methods
synchronize() { || ... }
click to toggle source
# File lib/active_record/bogacs/thread_safe/synchronized.rb, line 9 def synchronize ::JRuby::Util.synchronized(self) { yield } end