class Concurrent::ThreadSafe::Util::Striped64::Cell

def cas_computed

def cas_computed
  cas(current_value = value, yield(current_value))
end