cherez / generally-bot

A Twitch bot in Python aimed to be simple and customizable
1 stars 0 forks source link

Use coroutines #1

Open cherez opened 7 years ago

cherez commented 7 years ago

Now that the latest Python versions have solid coroutine support, adopting them throughout the app should improve performance and stability.

cherez commented 7 years ago

Biggest concern is our underlying libraries. Probably would require migrating our IRC and HTTP libraries.

https://github.com/aio-libs would probably be a good starting point.