-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
needs-infoMore information is needed from the issue authorMore information is needed from the issue author
Description
Summary
The ASYNC115 rule states that it checks for usages of trio.sleep(0) or anyio.sleep(0) and replaces them with trio.lowlevel.checkpoint().
This produces false positives in the case where you are using anyio with the asyncio backend.
I use anyio because it adheres to the rules of structured concurrency while remaining compatible with whatever async backend my users choose.
Version
0.8.6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-infoMore information is needed from the issue authorMore information is needed from the issue author