module ActiveSupport::Concurrency::NullLock

def synchronize

def synchronize
  yield
end