class ActionDispatch::Response

def await_commit

def await_commit
  synchronize do
    @cv.wait_until { @committed }
  end
end