Flowdock
method

thread_variable_set

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Thread

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

thread_variable_set(key, value) public

Sets a thread local with key to value. Note that these are local to threads, and not to fibers. Please see Thread#thread_variable_get for more information.

Show source
Register or log in to add new notes.