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

Add asyncio support to async portion. #1

Open
zet4 opened this issue Jul 20, 2016 · 1 comment
Open

Add asyncio support to async portion. #1

zet4 opened this issue Jul 20, 2016 · 1 comment

Comments

@zet4
Copy link

zet4 commented Jul 20, 2016

Personally I prefer to work with asyncio when I need async instead of big and clunky tornado, so I am wondering if it would be possible to add such support to the project?

@reubano
Copy link
Member

reubano commented Jul 20, 2016

This uses twisted, not tornado. But i do plan on integrating asyncio in the future. Note that not all features will be easily ported since twisted supports more protocols and has many async functions builtin. At the very minimum though, I plan to add async http fetching. Feel free to submit PR with any suggestions!

@reubano reubano modified the milestone: 2.0.0-alpha Jul 31, 2016
@zet4 zet4 closed this as completed Jan 21, 2019
@reubano reubano reopened this Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants