Skip to content

Commit

Permalink
Remove comment regarding AnyIO issue #146
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwestcott committed Aug 17, 2020
1 parent 8315e62 commit 1ff3715
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runnel/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ async def root(self):
timeout = max(0.05, min(1, self.executor.processor.grace_period / 4))

while self.partition in self.executor.safe_partitions:
# XXX: This pattern is currently broken in AnyIO master:
# https://github.com/agronholm/anyio/issues/146
async with anyio.move_on_after(timeout) as scope:
event = await queue.get()

Expand Down

1 comment on commit 1ff3715

@vercel
Copy link

@vercel vercel bot commented on 1ff3715 Aug 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.