るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.030秒)
トップページ > クエリ:Thread[x] > クエリ:thread[x] > クラス:Thread[x] > クエリ:current[x] > 種類:インスタンスメソッド[x] > クエリ:group[x] > ライブラリ:ビルトイン[x]

別のキーワード

  1. drb thread
  2. thread pending_interrupt?
  3. thread abort_on_exception=
  4. thread abort_on_exception
  5. etc sc_thread_threads_max

検索結果

Thread#group -> ThreadGroup (48429.0)

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

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

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