Skip to content

Rework multiplexer to use a deque#304

Closed
bdraco wants to merge 25 commits intoNabuCasa:mainfrom
bdraco:rework_multiplexer_queue
Closed

Rework multiplexer to use a deque#304
bdraco wants to merge 25 commits intoNabuCasa:mainfrom
bdraco:rework_multiplexer_queue

Conversation

@bdraco
Copy link
Copy Markdown
Collaborator

@bdraco bdraco commented Oct 24, 2024

Since there is only one consumer of the queue, an asyncio.Queue is not needed and simple deque can be used

Since there is only one consumer of the queue, an
asyncio.Queue is not needed and simple deque can be used
Comment thread snitun/multiplexer/core.py
Comment thread snitun/multiplexer/core.py
Comment thread snitun/multiplexer/core.py Outdated
Comment thread snitun/multiplexer/core.py Outdated
@bdraco bdraco changed the title Rework multiplexer to use a deque PoC Rework multiplexer to use a deque Feb 7, 2025
@bdraco
Copy link
Copy Markdown
Collaborator Author

bdraco commented Feb 9, 2025

replaced with #344 which is simpler and far less risky

@bdraco bdraco closed this Feb 9, 2025
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