-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add subprocess support #9
Labels
enhancement
New feature or request
Milestone
Comments
This one is going to be a problem because of Windows. The initial implementation works fine on Linux and macOS but on Windows there are a couple of big problems:
To make this works properly on asyncio, we would need to use its native Protocol based I/O instead of |
This was referenced May 27, 2020
agronholm
added a commit
that referenced
this issue
Jul 30, 2020
agronholm
added a commit
that referenced
this issue
Jul 30, 2020
agronholm
added a commit
that referenced
this issue
Jul 31, 2020
agronholm
added a commit
that referenced
this issue
Aug 1, 2020
agronholm
added a commit
that referenced
this issue
Aug 2, 2020
mjwestcott
pushed a commit
to mjwestcott/anyio
that referenced
this issue
Aug 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be some support for subprocesses, at least on the level that all the backends provide.
Two kinds of use cases can be seen for subprocesses:
The first case would probably be easier to implement, but eventually we need both.
The text was updated successfully, but these errors were encountered: