Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process: support ergonomic piping of stdio of one child process to another #3465

Closed
ipetkov opened this issue Jan 23, 2021 · 0 comments · Fixed by #3466
Closed

process: support ergonomic piping of stdio of one child process to another #3465

ipetkov opened this issue Jan 23, 2021 · 0 comments · Fixed by #3466
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-process Module: tokio/process

Comments

@ipetkov
Copy link
Member

ipetkov commented Jan 23, 2021

Currently it is impossible to pass in ChildStd{in,out,err} into tokio::process::Command::std{in,out,err} since they cannot be automatically converted to std::process::Stdio (namely since they do not support IntoRaw{Fd,Handle}).

Originally reported in #3447

@ipetkov ipetkov added A-tokio Area: The main tokio crate M-process Module: tokio/process C-feature-request Category: A feature request. labels Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-process Module: tokio/process
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant