Using with EventletΒΆ
Because the ConnectionPool
class uses concurrency primitives from
the threading
module, you can use eventlet
green threads after
monkey patching
the standard library. Specifically, the threading
and socket
modules must monkey-patched.
Be aware that you may need to install dnspython in order to connect to your nodes.