::Thread
Thread.list â array Class Public methods Returns an array of Thread
thr.priority= integer â thr Instance Public methods Sets the priority of
thr.alive? â true or false Instance Public methods Returns true
thr.group â thgrp or nil Instance Public methods Returns the ThreadGroup
thr.status â string, false or nil Instance Public methods Returns the status
Thread.start([args]*) {|args| block } â thread Class Public methods Basically
Thread.new { ... } â threadThread.new(*args, &proc) â threadThread.new(*args) { |args| ... } â thread
thr[sym] â obj or nil Instance Public methods Attribute ReferenceâReturns
Thread.exit â thread Class Public methods Terminates the currently running
thr.priority â integer Instance Public methods Returns the priority of thr
Page 4 of 5