Skip to content

Commit

Permalink
Add note about being blocked on input.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Sep 22, 2017
1 parent 5ee7db6 commit 859ebef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstd/process.rs
Expand Up @@ -157,7 +157,8 @@ impl fmt::Debug for Child {
/// This struct is used in the [`stdin`] field on [`Child`].
///
/// When an instance of `ChildStdin` is [dropped], the `ChildStdin`'s underlying
/// file handle will be closed.
/// file handle will be closed. If the child process was blocked on input prior
/// to being dropped, it will become unblocked after dropping.
///
/// [`Child`]: struct.Child.html
/// [`stdin`]: struct.Child.html#structfield.stdin
Expand Down

0 comments on commit 859ebef

Please sign in to comment.