Class: Process::Waiter (Ruby 2.3.4)

    In Files

    • process.c

    Parent

    Methods

    Class/Module Index [+]

    Quicksearch

    Process::Waiter

    Public Instance Methods

    pid() click to toggle source
     
                   static VALUE
    detach_process_pid(VALUE thread)
    {
        return rb_thread_local_aref(thread, id_pid);
    }