class Concurrent::AbstractThreadLocalVar

def value=(value)

@!macro thread_local_var_method_set
def value=(value)
  raise NotImplementedError
end