thr.group â thgrp or nil
Instance Public methods
Returns the ThreadGroup
which contains thr, or nil if
the thread is not a member of any group.
1 | Thread .main.group #=> #<ThreadGroup:0x4029d914> |
Returns the ThreadGroup
which contains thr, or nil if
the thread is not a member of any group.
1 | Thread .main.group #=> #<ThreadGroup:0x4029d914> |
Designed by : w10schools
service@w10schools.com
Please login to continue.