cassandra.io.asyncorereactor
- asyncore
Event Loop¶
- class cassandra.io.asyncorereactor.AsyncoreConnection(*args, **kwargs)[source]¶
An implementation of
Connection
that uses theasyncore
module in the Python standard library for its event loop.