Skip to content

Conversation

RedRoserade
Copy link

Description

I noticed that as_generated did polling via asyncio.sleep. I realized that this can be improved by instead making use of one single helper queue that keeps track of what the tailers produce. So, this changeset makes use of a single queue with value wrappers to signal to the queue consumer what to do. It also prevents polling, which could make this more efficient.

Fixes: Nothing

RedRoserade and others added 3 commits March 3, 2022 10:25
This makes use of a single queue and value wrappers
to signal to the queue consumer what to do. It also
prevents polling, which could make this more efficient.
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

Successfully merging this pull request may close these issues.

1 participant