-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 asyncio support to current checks #208
Comments
I don't think we should support other libraries - curio is no longer being updated, twisted is more callback than async, others are even smaller. |
partial
todo
tracked in #215
|
[this comment previously talked about ASYNC111, but async support for 111 was already implemented at the time of posting 😕 ] |
One part that leaves me somewhat confused about implementing ASYNC113 is what, if anything, to do about ASYNC114. Currently we gate ASYNC113 to only warn on startable methods, presumably to reduce false positives when you don't care about the background task being properly up and running. But I don't think there's any way to differentiate those for asyncio tasks, so we're left with the options of:
If Another problem is that since there's no |
Could also consider supporting curio or any other IO library.
The text was updated successfully, but these errors were encountered: