You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement wait(), which waits for child and returns its exit status.
This burden could be passed to process_wait(). There is no need of two distinct function handling the same issue.
The text was updated successfully, but these errors were encountered:
Implement wait(), which waits for child and returns its exit status.
This burden could be passed to
process_wait()
. There is no need of two distinct function handling the same issue.The text was updated successfully, but these errors were encountered: