class Process::Waiter - Ruby 2.2.4 Core API Reference API Reference
From Ruby 2.2 Core API
class Process::Waiter
In Files
- process.c
Parent
Public Instance Methods
pid()
click to toggle source
static VALUE
detach_process_pid(VALUE thread)
{
return rb_thread_local_aref(thread, id_pid);
}