jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 84 forks source link

Add support for asyncio to client #135

Closed jaraco closed 6 years ago

jaraco commented 6 years ago

Python 3.4 adds support for asyncio, a native model for concurrent processing. This library should adopt it as one option for the event loop.

Some work has been done in the asyncio branch.

What remains is to identify what shortcomings exist, test the implementation, and provide directions on how to use this feature.