Replies: 1 comment
-
There is no direct support for async pipes, but you have two options:
Would either of these work for you? |
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
-
Hi!
Sorry for the abstract/pseudo code, I'm looking for a way to read a stream from a pipe.
Let's say I have a sync process where I want to read from its stderr from async.
What can I do with anyio that I can give to
Popen
so that I can do something with what gets written to it?Beta Was this translation helpful? Give feedback.
All reactions