るりまサーチ (Ruby 3.3)

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

別のキーワード

  1. drb thread
  2. tracer get_thread_no
  3. thread abort_on_exception=
  4. thread pending_interrupt?
  5. thread abort_on_exception

ライブラリ

検索結果

Thread#group -> ThreadGroup (145282.0)

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

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

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