class Concurrent::ThreadLocalVar
def value=(value)
-
(Object)- the new value
Parameters:
-
value(Object) -- the value to set
def value=(value) LOCALS.set(@index, value) end
(Object)
- the new value
value
(Object)
-- the value to set
def value=(value) LOCALS.set(@index, value) end