You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: