::Thread
Thread.current â thread Class Public methods Returns the currently executing
thr.exit â thr or nilthr.kill â thr or nilthr.terminate â thr or nil Instance Public
thr.abort_on_exception â true or false Instance Public methods Returns the
thr.thread_variable?(key) â true or false Instance Public methods Returns
thr.thread_variable_set(key, value) Instance Public methods Sets a thread local
thr.terminate â thr or nil Instance Public methods Terminates thr
thr.backtrace â array Instance Public methods Returns the current backtrace
thr.thread_variable_get(key) â obj or nil Instance Public methods Returns
Page 5 of 5