Module wait

Source
Expand description

Wait for a process to change status

Structsยง

WaitPidFlag
Controls the behavior of waitpid.

Enumsยง

Id
The ID argument for waitid
WaitStatus
Possible return values from wait() or waitpid().

Functionsยง

continued ๐Ÿ”’
dumped_core ๐Ÿ”’
exit_status ๐Ÿ”’
exited ๐Ÿ”’
signaled ๐Ÿ”’
stop_additional ๐Ÿ”’
stop_signal ๐Ÿ”’
stopped ๐Ÿ”’
syscall_stop ๐Ÿ”’
term_signal ๐Ÿ”’
wait
Wait for any child process to change status or a signal is received.
waitid
Wait for a process to change status
waitpid
Wait for a process to change status