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

Use asyncio #6

Open
itslukej opened this issue Aug 6, 2016 · 3 comments
Open

Use asyncio #6

itslukej opened this issue Aug 6, 2016 · 3 comments

Comments

@itslukej
Copy link
Owner

itslukej commented Aug 6, 2016

We could use https://github.com/python/asyncio for this.

A good use of asyncio is https://github.com/Rapptz/discord.py 's quick example

@itslukej
Copy link
Owner Author

Not exactly needed

@itslukej itslukej added this to the asyncio milestone Sep 15, 2016
@itslukej itslukej reopened this Sep 15, 2016
@wolfy1339
Copy link
Collaborator

If we do this we will lose support for lower than Python 3.3 (Including 2.7)

@itslukej
Copy link
Owner Author

@wolfy1339 As of python3.5, the async and await keywords were added, also making asyncio a builtin module, meaning zirc should only be python 3.5

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