::Thread
thr.stop? â true or false Instance Public methods Returns true
thr.backtrace_locations(*args) â array or nil Instance Public methods Returns
Thread.kill(thread) â thread Class Public methods Causes the given thread
thr.set_trace_func(proc) â procthr.set_trace_func(nil) â nil Instance Public methods
thr.exit â thr or nilthr.kill â thr or nilthr.terminate â thr or nil Instance Public
thr.inspect â string Instance Public methods Dump the name, id, and status
Thread.stop â nil Class Public methods Stops execution of the current thread
thr.key?(sym) â true or false Instance Public methods Returns true
Thread.DEBUG â num Class Public methods Returns the thread debug level
Thread.pass â nil Class Public methods Give the thread scheduler a hint to
Page 2 of 5