method

pid

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Waiter
pid() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
detach_process_pid(VALUE thread)
{
    return rb_thread_local_aref(thread, id_pid);
}
Register or log in to add new notes.