::Thread
Thread.exit â thread Class Public methods Terminates the currently running
thr.terminate â thr or nil Instance Public methods Terminates thr
thr[sym] â obj or nil Instance Public methods Attribute ReferenceâReturns
thr.priority â integer Instance Public methods Returns the priority of thr
Thread.new { ... } â threadThread.new(*args, &proc) â threadThread.new(*args) { |args| ... } â thread
Page 6 of 6