要約
Process?.detach が返す、子プロセスの終了を監視するスレッドを表すクラスです。
Thread のサブクラスであり、監視している子プロセスのプロセス ID を保持しています。
[SEE_ALSO] Process?.detach
目次
- インスタンスメソッド
継承しているメソッド
- Threadから継承している特異メソッド
- Threadから継承しているメソッド
-
- []
- []=
- abort_on_exception
- abort_on_exception=
- add_trace_func
- alive?
- backtrace
- backtrace_locations
- exit
- fetch
- group
- inspect
- join
- key?
- keys
- kill
- name
- name=
- pending_interrupt?
- priority
- priority=
- raise
- report_on_exception
- report_on_exception=
- run
- set_trace_func
- status
- stop?
- terminate
- thread_variable?
- thread_variable_get
- thread_variable_set
- to_s
- value
- wakeup
インスタンスメソッド
pid -> IntegerRuby 2.2.0 から[permalink][rdoc][edit]-
監視している子プロセスのプロセス ID を返します。