process: support ergonomic piping of stdio of one child process to another #3465
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-process
Module: tokio/process
Currently it is impossible to pass in
ChildStd{in,out,err}
intotokio::process::Command::std{in,out,err}
since they cannot be automatically converted tostd::process::Stdio
(namely since they do not supportIntoRaw{Fd,Handle}
).Originally reported in #3447
The text was updated successfully, but these errors were encountered: