You can call waitpid passing -1 instead of a child's PID, and it will wait for any child process to finish (and subsequently return the PID of that process). If ...
確定! 回上一頁