thread_variable_set(key, value)
Instance Public methods
Sets a thread local with key
to value
. Note that
these are local to threads, and not to fibers. Please see #thread_variable_get
for more information.
Sets a thread local with key
to value
. Note that
these are local to threads, and not to fibers. Please see #thread_variable_get
for more information.
Please login to continue.