Process::Waiter
class Process::Waiter
Parent:Thread
公共实例方法
pid() Show source
static VALUE
detach_process_pid(VALUE thread)
{
return rb_thread_local_aref(thread, id_pid
}
Parent:Thread
pid() Show source
static VALUE
detach_process_pid(VALUE thread)
{
return rb_thread_local_aref(thread, id_pid
}