Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.
asyncio Event Loop
An experimental implementation of Connection that uses the
asyncio module in the Python standard library for its event loop.
Note that it requires asyncio features that were only introduced in the
3.4 line in 3.4.6, and in the 3.5 line in 3.5.1.
Called once by Cluster.connect(). This should be used by implementations to set up any resources that will be shared across connections.
Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.