Skip to main content

rb_process_status_wait

Function rb_process_status_wait 

Source
pub unsafe extern "C" fn rb_process_status_wait(
    pid: pid_t,
    flags: c_int,
) -> VALUE
Expand description

Wait for the specified process to terminate, reap it, and return its status.

ยง@param[in] pid The process ID to wait for. @param[in] flags The flags to pass to waitpid(2). @return VALUE An instance of Process::Status.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8