Skip to content
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

get rid of aiocoap/util/queuewithend.py #4

Closed
chrysn opened this issue Aug 14, 2014 · 1 comment
Closed

get rid of aiocoap/util/queuewithend.py #4

chrysn opened this issue Aug 14, 2014 · 1 comment

Comments

@chrysn
Copy link
Owner

chrysn commented Aug 14, 2014

the mechanism should go in asyncio or a dedicated library, but is currently included for practical purposes.

@chrysn
Copy link
Owner Author

chrysn commented Mar 31, 2016

A candidate for replacement is the mechanism introduced in Python 3.5 as async for. It can't be used here verbatim to stay compatible with Python 3.3, but should still be doable.

QueueWithEnd is currently used only in MulticastRequest.

@chrysn chrysn closed this as completed in cdfeaeb Apr 11, 2017
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

No branches or pull requests

1 participant