るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.099秒)

別のキーワード

  1. _builtin threadgroup
  2. threadgroup add
  3. threadgroup new
  4. threadgroup list
  5. threadgroup enclose

ライブラリ

検索結果

Thread#group -> ThreadGroup (125.0)

スレッドが属している ThreadGroup オブジェクトを返します。

...スレッドが属している ThreadGroup オブジェクトを返します。

p Thread.current.group == ThreadGroup::Default
# => true...