るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

検索結果

Thread#group -> ThreadGroup (376.0)

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

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

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