::Thread
Thread.pass â nil Class Public methods Give the thread scheduler a hint to
Thread.handle_interrupt(hash) { ... } â result of the block Class Public methods Changes
Thread.list â array Class Public methods Returns an array of Thread
Thread.start([args]*) {|args| block } â thread Class Public methods Basically
Thread.abort_on_exception= boolean â true or false Class Public methods When
lineno() Instance Public methods Returns the line number of this frame.
thr.alive? â true or false Instance Public methods Returns true
Thread.main â thread Class Public methods Returns the main thread.
thr.status â string, false or nil Instance Public methods Returns the status
thr.priority= integer â thr Instance Public methods Sets the priority of
Page 4 of 6