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
If the user pipes the stdio do they need to call close to ensure the resources are correctly cleaned up or should closing the overall process ensure everything cleaned up. If closing the process is enough then what purpose does the close function on those stdio pipes really serve? Yes, the user could close the pipe before the process exits, but does that really serve a purpose?
The text was updated successfully, but these errors were encountered:
If the user pipes the stdio do they need to call
close
to ensure the resources are correctly cleaned up or should closing the overall process ensure everything cleaned up. If closing the process is enough then what purpose does theclose
function on those stdio pipes really serve? Yes, the user could close the pipe before the process exits, but does that really serve a purpose?The text was updated successfully, but these errors were encountered: