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
update the std::io::pipe() example to comment deadlocks
The previous version of the example wasn't a deadlock, but only because
the Command object was a temporary. That's quite subtle, and I think
it's better to call out the potential deadlock explicitly.
0 commit comments