--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: ThreadGroup provides a means of keeping track of a number of threads as a group. A Thread can belong to only one ThreadGroup 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