thomasleese / smartbot

A supposedly smart IRC bot. (I now use Hubot...)
MIT License
2 stars 5 forks source link

Switch to asyncio #40

Closed thomasleese closed 9 years ago

thomasleese commented 10 years ago

To reduce unnecessary thread spawning, we should switch to using the new asyncio module.