# File lib/thread_safe/util/striped64.rb, line 77
        def cas_computed
          cas(current_value = value, yield(current_value))
        end