Module rustix::process::wait

source ·

Structs§

Enums§

Functions§

  • wait(waitopts)—Wait for any of the children of calling process to change state.
  • waitid(_, _, _, opts)—Wait for the specified child process to change state.
  • waitpid(-pgid, waitopts)—Wait for a process in a specific process group to change state.
  • waitpid(pid, waitopts)—Wait for a specific process to change state.