does tokio::io::copy support for pipe? #6888
Unanswered
ningmingxiao
asked this question in
Q&A
Replies: 2 comments
-
Tokio has pipes here: https://docs.rs/tokio/latest/tokio/net/unix/pipe/index.html Of course they work with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does tokio tokio::io::copy support os_pipe https://crates.io/crates/os_pipe expect tokio::net::unix::pipe ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
some issue Tokio: task hangs when cancelling copy from a fifo
somebody said.
I can't find any document about tokio::io::copy for pipe, Is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions