HEX
Server: LiteSpeed
System: Linux s3.sitechai.com 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: workzeni (2217)
PHP: 8.1.32
Disabled: mail, show_source, system, shell_exec, passthru, exec, eval, shell
Upload Files
File: //opt/alt/ruby18/share/ri/1.8/system/ThreadGroup/cdesc-ThreadGroup.yaml
--- !ruby/object:RI::ClassDescription 
attributes: []

class_methods: []

comment: 
- !ruby/struct:SM::Flow::P 
  body: <tt>ThreadGroup</tt> provides a means of keeping track of a number of threads as a group. A <tt>Thread</tt> can belong to only one <tt>ThreadGroup</tt> at a time; adding a thread to a new group will remove it from any previous group.
- !ruby/struct:SM::Flow::P 
  body: Newly created threads belong to the same group as the thread from which they were created.
constants: 
- !ruby/object:RI::Constant 
  comment: 
  name: Default
  value: thgroup_default
full_name: ThreadGroup
includes: []

instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: add
- !ruby/object:RI::MethodSummary 
  name: enclose
- !ruby/object:RI::MethodSummary 
  name: enclosed?
- !ruby/object:RI::MethodSummary 
  name: list
name: ThreadGroup
superclass: Object