We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee7db6 commit 859ebefCopy full SHA for 859ebef
src/libstd/process.rs
@@ -157,7 +157,8 @@ impl fmt::Debug for Child {
157
/// This struct is used in the [`stdin`] field on [`Child`].
158
///
159
/// When an instance of `ChildStdin` is [dropped], the `ChildStdin`'s underlying
160
-/// file handle will be closed.
+/// file handle will be closed. If the child process was blocked on input prior
161
+/// to being dropped, it will become unblocked after dropping.
162
163
/// [`Child`]: struct.Child.html
164
/// [`stdin`]: struct.Child.html#structfield.stdin
0 commit comments