We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RemoteChild
1 parent a74a534 commit e358ce1Copy full SHA for e358ce1
src/child.rs
@@ -62,6 +62,9 @@ macro_rules! delegate {
62
/// available,`Stdio::piped()` should be passed to the corresponding method on
63
/// [`Command`](crate::Command).
64
///
65
+/// NOTE that once `RemoteChild` is dropped, any data written to `stdin` will not be send to the
66
+/// remote process and `stdout` and `stderr` would eof immediately.
67
+///
68
/// ```rust,no_run
69
/// # async fn foo() {
70
/// # let child: openssh::RemoteChild<'static> = unimplemented!();
0 commit comments