gevent-compatible Event Loop — Cassandra Driver 3.13.0 documentation (original) (raw)
cassandra.io.geventreactor
- gevent
-compatible Event Loop¶
class cassandra.io.geventreactor.
GeventConnection
(*args, **kwargs)[source]¶
An implementation of Connection
that utilizes gevent
.
This implementation assumes all gevent monkey patching is active. It is not tested with partial patching.