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

Implement set_child_watcher in uvloop policy #112

Closed
asvetlov opened this issue Nov 9, 2017 · 1 comment
Closed

Implement set_child_watcher in uvloop policy #112

asvetlov opened this issue Nov 9, 2017 · 1 comment

Comments

@asvetlov
Copy link
Contributor

asvetlov commented Nov 9, 2017

AbstractEventLoopPolicy.set_child_watcher() is part of asyncio protocol.

See aio-libs/aiohttp#2491 for details

@1st1
Copy link
Member

1st1 commented Nov 11, 2017

I think I'll keep set_child_watcher non implemented. Asyncio's Windows policy doesn't implement it, which suggests us that it's OK for a working policy to not support this API. So my advice is to simply handle NotImplementedError.

@1st1 1st1 closed this as completed Nov 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants