cassandra.io.eventletreactor
- eventlet
-compatible Connection¶
-
class
cassandra.io.eventletreactor.
EventletConnection
(*args, **kwargs)[source]¶ An implementation of
Connection
that utilizeseventlet
.This implementation assumes all eventlet monkey patching is active. It is not tested with partial patching.