dse.io.geventreactor - gevent-compatible Event Loop

class GeventConnection

An implementation of Connection that utilizes gevent.

This implementation assumes all gevent monkey patching is active. It is not tested with partial patching.

Class Methods

classmethod

initialize_reactor

()

Called once by Cluster.connect(). This should be used by implementations to set up any resources that will be shared across connections.