cassandra.io.asyncioreactor - asyncio Event Loop¶
-
class
cassandra.io.asyncioreactor.AsyncioConnection(*args, **kwargs)[source]¶ An experimental implementation of
Connectionthat uses theasynciomodule in the Python standard library for its event loop.Note that it requires
asynciofeatures that were only introduced in the 3.4 line in 3.4.6, and in the 3.5 line in 3.5.1.